From f8b21cbb40b0be6762ca992d97194154ea0d6482 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Tue, 4 Aug 2026 15:00:19 -0400 Subject: [PATCH] CI: add arm linux runner, use the big mac runner --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e6f8e86..0208c27 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,8 @@ jobs: matrix: os: - UbuntuLatest32Cores128G - - macos-latest + - UbuntuLatest32Cores128GArm + - macos-latest-xlarge runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4