Commit d3561ce
authored
Remove macOS 13 from wheel targets and add macOS 15 Intel (#36)
GitHub announced that they are [retiring the macOS 13 runners next
month](https://github.blog/changelog/2025-09-19-github-actions-macos-13-runner-image-is-closing-down/).
The images affected are:
- `macos-13`
- `macos-13-large`
- `macos-13-xlarge`
We may as well stop building them now. Doing so will not only prevent
workflows from soon failing: it will also speed up CI.
In addition, there are now `macos-15-intel` runners, for macOS on
x86_64, so this PR adds that as a new wheel build target.1 parent a1c6ca7 commit d3561ce
1 file changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | 61 | | |
68 | 62 | | |
69 | 63 | | |
| |||
76 | 70 | | |
77 | 71 | | |
78 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments