Commit a68f940
committed
fix(ci): use macos-latest for darwin builds
macos-13 is a legacy Intel runner. macos-latest now resolves to Apple
Silicon (ARM64) which is faster and can natively build the arm64 slice.
The x64 node architecture constraint is removed since prebuildify
already handles cross-compilation via --arch x64+arm64.
https://claude.ai/code/session_01FSZYySRpD3pb1fTDVS2jYo1 parent 2e8f0f8 commit a68f940
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
0 commit comments