From a00bdcbb67e1f5e93f778e9ae3329fe43fe565e7 Mon Sep 17 00:00:00 2001 From: GalaxySnail Date: Thu, 5 Sep 2024 16:41:54 +0800 Subject: [PATCH] Actions: switch to macos-latest-large macos-latest is currently an alias for macOS 14 Arm64, use macos-latest-large instead. [1] https://github.com/actions/runner-images/issues/9741 [2] https://github.com/actions/runner-images#available-images --- .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 3942326..cfd8d13 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: os: - ubuntu-latest - windows-latest - - macos-latest + - macos-latest-large python-version: - "3.7" - "3.8"