From ac72832589504bb766833b5649741ed2bb37b42e Mon Sep 17 00:00:00 2001 From: Alexey Masterov Date: Fri, 6 Sep 2024 14:33:35 +0200 Subject: [PATCH] Change the runner --- .github/workflows/cloud-regress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cloud-regress.yml b/.github/workflows/cloud-regress.yml index 68094255cd..fdb606ff4b 100644 --- a/.github/workflows/cloud-regress.yml +++ b/.github/workflows/cloud-regress.yml @@ -36,7 +36,7 @@ jobs: AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_DEV }} AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_KEY_DEV }} - runs-on: small + runs-on: us-east-2 container: image: neondatabase/build-tools:pinned options: --init