Commit 6ceaa02
fix: drop x86_64-apple-darwin release target (macos-13 deprecated) (#81)
GitHub removed macos-13 runners. Cross-compiling x86_64 from ARM64
macOS fails on OpenSSL. Intel Macs run ARM64 binaries via Rosetta 2,
so the aarch64-apple-darwin binary works on both.
Updated install.js to map darwin/x64 to the ARM64 binary.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent ff0fbba commit 6ceaa02
2 files changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | 24 | | |
27 | 25 | | |
28 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments