diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 10f9618c2..fbed9e1e6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,7 +45,7 @@ jobs: checkGenCommands: true cloudTestTarget: true - os: ubuntu-arm - runsOn: buildjet-4vcpu-ubuntu-2204-arm + runsOn: ubuntu-24.04-arm runs-on: ${{ matrix.runsOn || matrix.os }} env: # We can't check this directly in the cloud test's `if:` condition below,