From d83aba47efba2b0a57d8a7670c77be6fdb631db2 Mon Sep 17 00:00:00 2001 From: ahirner Date: Wed, 1 May 2024 11:11:46 +0200 Subject: [PATCH] gh changed macos runners to default to -14 with aarch --- .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 a6d5a76..b54d301 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: tests: strategy: matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest, macos-13] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4