Commit 8163fa1
committed
Update to non-deprecated macOS runners (macos-15-large and macos-latest)
GitHub is deprecating macos-13 runners:
- Deprecation begins: September 22, 2025
- Full retirement: December 8, 2025
- Reference: actions/runner-images#13046
Changes:
- Replace macos-13 with macos-15-large (Intel x86_64, supported until Aug 2027)
- Add macos-latest (ARM64) for Apple Silicon support
- Update both build_wheels and test_wheels jobs
- Now building wheels for 3 platforms: Linux x86_64, macOS Intel, macOS ARM
Benefits:
- Future-proof CI/CD (no deprecation warnings)
- Support for both Intel and Apple Silicon Macs
- Users get native wheels for their architecture1 parent 79139b2 commit 8163fa1
2 files changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
0 commit comments