From dad105c6e7d61105f572c5a4f417b2975031740e Mon Sep 17 00:00:00 2001 From: YX Hao Date: Thu, 6 Feb 2025 21:10:38 +0800 Subject: [PATCH] CI: add macos-latest-large macos-latest is macOS 14 Arm64 now and deploying: https://github.com/actions/runner-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 76463d9..0039068 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, windows-latest, macos-latest-large, macos-latest] steps: - uses: actions/checkout@v4