Skip to content

Commit

Permalink
[CI] switched from macOS-12 to macOS-13 GH images (#4836)
Browse files Browse the repository at this point in the history
fix #4835
  • Loading branch information
orbeckst authored Dec 13, 2024
1 parent 0eddf3b commit fa73478
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
matrix:
buildplat:
- [ubuntu-22.04, manylinux_x86_64, x86_64]
- [macos-12, macosx_*, x86_64]
- [macos-13, macosx_*, x86_64]
- [windows-2019, win_amd64, AMD64]
- [macos-14, macosx_*, arm64]
python: ["cp310", "cp311", "cp312", "cp313"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-ci-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-12]
os: [ubuntu-20.04, macos-13]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
full-deps: false
codecov: true
- name: macOS_monterey_py311
os: macOS-12
os: macos-13
python-version: "3.12"
full-deps: true
codecov: true
Expand Down

0 comments on commit fa73478

Please sign in to comment.