Skip to content

Commit

Permalink
Upgrade macos to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
BewareMyPower committed Dec 12, 2024
1 parent 8271d37 commit 7aeec14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build-release-wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-pr-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7aeec14

Please sign in to comment.