Skip to content

Commit efdcb62

Browse files
authored
Merge pull request #296 from libigl/alecjacobson-patch-4
Update macOS versions in workflow matrix
2 parents 00eec7d + f72f36e commit efdcb62

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/wheels.yml

Lines changed: 5 additions & 5 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
38-
- os: macos-14 # Exclude cp38
38+
- os: macos-latest # 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)