From a4c9f4483ec2ad0c001cea53961376c1b4131892 Mon Sep 17 00:00:00 2001 From: Alexey Masterov Date: Fri, 9 May 2025 11:50:18 +0200 Subject: [PATCH] change runs-on --- .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 639277fa90..e860fc8b69 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: us-east-2 + runs-on: [self-hosted, small] 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 }}:14923168141