Skip to content

Commit a68f940

Browse files
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_01FSZYySRpD3pb1fTDVS2jYo
1 parent 2e8f0f8 commit a68f940

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ jobs:
1111
matrix:
1212
include:
1313
- name: darwin
14-
os: macos-13
15-
node: x64
14+
os: macos-latest
1615
command: prebuildify
1716
args: --arch x64+arm64
1817
- name: win32-x86

0 commit comments

Comments
 (0)