From 7aeec1416b140fa27fddd974e7d6b3d6de4e137c Mon Sep 17 00:00:00 2001 From: Yunze Xu Date: Thu, 12 Dec 2024 11:50:58 +0800 Subject: [PATCH] Upgrade macos to 14 --- .github/workflows/ci-build-release-wheels.yaml | 2 +- .github/workflows/ci-pr-validation.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-build-release-wheels.yaml b/.github/workflows/ci-build-release-wheels.yaml index d57e0ed..a3c94c2 100644 --- a/.github/workflows/ci-build-release-wheels.yaml +++ b/.github/workflows/ci-build-release-wheels.yaml @@ -95,7 +95,7 @@ jobs: mac-wheels: name: Wheel MacOS Universal2 - Py ${{matrix.py.version}} - runs-on: macos-12 + runs-on: macos-14 timeout-minutes: 300 strategy: diff --git a/.github/workflows/ci-pr-validation.yaml b/.github/workflows/ci-pr-validation.yaml index 213ddb3..e943e9e 100644 --- a/.github/workflows/ci-pr-validation.yaml +++ b/.github/workflows/ci-pr-validation.yaml @@ -157,7 +157,7 @@ jobs: mac-wheels: name: Wheel MacOS Universal2 - Py ${{matrix.py.version}} needs: unit-tests - runs-on: macos-12 + runs-on: macos-14 timeout-minutes: 300 strategy: