From b3b72daf1ec64f849b122e3b067bc3ea7ea12ad7 Mon Sep 17 00:00:00 2001 From: "alex.stanfield" <13949480+chaptersix@users.noreply.github.com> Date: Wed, 4 Feb 2026 08:19:36 -0600 Subject: [PATCH] fix: replace BuildJet ARM runner with GitHub-hosted runner --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 90f2f5265..f9b52ef7a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,7 +27,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,