From 98a3b7e7935fd178c248034ad83efcf7e3c793ba Mon Sep 17 00:00:00 2001 From: Michael Wittig Date: Tue, 23 Jul 2024 13:09:53 +0200 Subject: [PATCH] chore: use regional runner --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 692d4f5..8ba066d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ defaults: shell: bash jobs: build: - runs-on: ['hyperenv', 'medium'] + runs-on: ['hyperenv', 'medium-eu-west-1'] strategy: matrix: node: ['18', '20']