From af26ccd1ee22e8af5ed22235cf09cdad7f9988a5 Mon Sep 17 00:00:00 2001 From: "Martin R. Pfaller" Date: Wed, 21 Feb 2024 22:25:57 -0800 Subject: [PATCH] Try arm64 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 11161bae..f7fb1090 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,7 +5,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04, ubuntu-22.04, macos-12, macos-14] + os: [ubuntu-20.04, ubuntu-22.04, macos-12, macos-14-arm64] fail-fast: false steps: - uses: actions/checkout@v3