Commit bed8acf
committed
ci: build the x86_64 macOS wheel on the Apple-Silicon runner
GitHub's Intel macos-13 runner pool is deprecated and now queues for
hours, so the x86_64-apple-darwin wheel job never started and publish —
which needs the whole build matrix — stalled the entire Release, which
in turn left PyPI (and the downstream AUR bump) without the new version.
Cross-compile the Intel wheel on macos-14; maturin adds the target and
produces the x86_64 wheel with no Intel host required.1 parent 3498d69 commit bed8acf
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
48 | 51 | | |
49 | 52 | | |
50 | 53 | | |
| |||
0 commit comments