Skip to content

Commit 428da04

Browse files
authored
Remove defunct macos-13 from CI (#5198)
* Update macOS version in CI workflow * remove macos-13 from deploy action
1 parent a029dcd commit 428da04

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838
matrix:
3939
buildplat:
4040
- [ubuntu-22.04, manylinux_x86_64, x86_64]
41-
- [macos-13, macosx_*, x86_64]
4241
- [windows-2022, win_amd64, AMD64]
4342
- [macos-14, macosx_*, arm64]
4443
python: ["cp311", "cp312", "cp313", "cp314"]

.github/workflows/gh-ci-cron.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
strategy:
141141
fail-fast: false
142142
matrix:
143-
os: [ubuntu-22.04, macos-13]
143+
os: [ubuntu-22.04, macos-14]
144144

145145
steps:
146146
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)