From c686d4e06d01649c869df484261a1a57344a2fd5 Mon Sep 17 00:00:00 2001 From: A5rocks Date: Mon, 12 Feb 2024 13:04:25 +0900 Subject: [PATCH] Make sure we're running on M1 MacOS --- .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 2f7c20ccda..2fedb02f84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -146,7 +146,7 @@ jobs: macOS: name: 'macOS (${{ matrix.python }})' timeout-minutes: 15 - runs-on: 'macos-latest' + runs-on: 'macos-14' strategy: fail-fast: false matrix: