Commit babfb4d
ci(release): explicitly add target std after toolchain setup
macos-13 (Intel) runner queue is too slow. Revert to macos-latest (arm64)
and add an explicit 'rustup target add' step to ensure x86_64-apple-darwin
std is installed for cross-compilation. dtolnay/rust-toolchain's targets
input occasionally doesn't install std in cross-arch macOS scenarios.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 20dc8f9 commit babfb4d
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
64 | 68 | | |
65 | 69 | | |
66 | 70 | | |
| |||
0 commit comments