From 6b851455ff069fe3eba7ac53671ccf72e3dabcbb Mon Sep 17 00:00:00 2001 From: Maria Kromis Date: Wed, 19 Nov 2025 13:04:20 -0600 Subject: [PATCH] Update build_python_runtime.yml Signed-off-by: Maria Kromis --- .github/workflows/build_python_runtime.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_python_runtime.yml b/.github/workflows/build_python_runtime.yml index fc2d11865..af10588f4 100644 --- a/.github/workflows/build_python_runtime.yml +++ b/.github/workflows/build_python_runtime.yml @@ -37,7 +37,7 @@ env: jobs: heroku-22: if: inputs.stack == 'heroku-22' || inputs.stack == 'auto' - runs-on: pub-hk-ubuntu-24.04-xlarge + runs-on: ubuntu-latest env: STACK_VERSION: "22" steps: @@ -62,7 +62,7 @@ jobs: fail-fast: false matrix: arch: ["amd64", "arm64"] - runs-on: ${{ matrix.arch == 'arm64' && 'pub-hk-ubuntu-24.04-arm-xlarge' || 'pub-hk-ubuntu-24.04-xlarge' }} + runs-on: ubuntu-latest env: STACK_VERSION: "24" steps: