From 2bf47951cd38feefd1310bf67773bc24ff8d2e58 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Mon, 2 Feb 2026 12:50:28 -0600 Subject: [PATCH] fix: use correct GitHub ARM runner label (ubuntu-24.04-arm) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60d6f29..3ee5fe6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -162,7 +162,7 @@ jobs: runner: ubuntu-latest - platform: linux/arm64 arch: arm64 - runner: ubuntu-24.04-arm64 + runner: ubuntu-24.04-arm steps: - name: Checkout uses: actions/checkout@v4