Commit 498c43e
authored
fix(rust-packages): pin the preflight macOS runner to macos-14 (#38)
## Summary
- Pin the `preflight` macOS runner to `macos-14`. `macos-latest` rolled to an Xcode whose clang runtime path breaks the compiler-rt link (`ld: library 'clang_rt.osx' not found`), flaking every consumer's macOS preflight. `macos-14` matches the `dist-build` aarch64 runner.
## Test plan
- [ ] `self-test` green; `actionlint` + `yamllint` pass1 parent 85356a7 commit 498c43e
3 files changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
3 | 8 | | |
4 | 9 | | |
5 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments