Skip to content

Commit c336a62

Browse files
committed
Update macos runners
1 parent c7eb5da commit c336a62

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, windows-11-arm, macos-13, macos-15]
12+
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, windows-11-arm, macos-15-intel, macos-14]
1313
pyver: [cp39, cp310, cp311, cp312, cp313, cp314, cp314t]
1414
exclude:
1515
- os: windows-11-arm

.github/workflows/build-testpypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, windows-11-arm, macos-13, macos-15]
12+
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, windows-11-arm, macos-15-intel, macos-14]
1313
pyver: [cp39, cp310, cp311, cp312, cp313, cp314, cp314t]
1414
exclude:
1515
- os: windows-11-arm

0 commit comments

Comments
 (0)