From c79c7e43143ee92a5a7c59f10a8164f16bdea399 Mon Sep 17 00:00:00 2001 From: Alexey Masterov Date: Tue, 13 May 2025 15:57:42 +0200 Subject: [PATCH] change region --- .github/workflows/cloud-extensions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cloud-extensions.yml b/.github/workflows/cloud-extensions.yml index 08f39798e1..ae0d8aee47 100644 --- a/.github/workflows/cloud-extensions.yml +++ b/.github/workflows/cloud-extensions.yml @@ -35,7 +35,7 @@ jobs: matrix: pg-version: [16, 17] - runs-on: [self-hosted, small] + runs-on: us-east-2 container: # We use the neon-test-extensions image here as it contains the source code for the extensions. image: ghcr.io/neondatabase/neon-test-extensions-v${{ matrix.pg-version }}:14928114423