Skip to content

Commit 7be9132

Browse files
authored
Update macOS versions in workflow matrix
1 parent 00eec7d commit 7be9132

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
os: [ubuntu-24.04, ubuntu-24.04-arm, macos-14, macos-13, windows-latest] # Use specific versions for clarity
30+
os: [ubuntu-24.04, ubuntu-24.04-arm, macos-latest, macos-15-intel, windows-latest] # Use specific versions for clarity
3131
arch: [x86_64, arm64]
3232
pybuilds: [cp38, cp39, cp310, cp311, cp312] # Define pybuilds at the top level
3333
exclude:
3434
- os: ubuntu-24.04-arm # No need to specify arch, it's already implicit
3535
arch: x86_64 # Exclude x86_64 on ARM
36-
- os: macos-14 # Exclude macOS 14 (Sonoma)
36+
- os: macos-latest
3737
arch: x86_64 # Exclude x86_64 explicitly
3838
- os: macos-14 # Exclude cp38
3939
pybuilds: cp38
40-
- os: macos-13 # Exclude macOS 13 (Ventura) - arm64
40+
- os: macos-15-intel
4141
arch: arm64 # Exclude arm64 on macOS 13
42-
- os: macos-13
42+
- os: macos-15-intel
4343
pybuilds: cp38
4444

4545
name: >

0 commit comments

Comments
 (0)