You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cross-compile darwin-x64 from the arm64 macOS runner
Free-tier GitHub runners no longer offer Intel macOS (macos-13 was
retired). Since macos-latest is now arm64, cross-compile the x64 native
addon from there using --arch x86_64, mirroring the old approach but in
the opposite direction.
PR tests only run on native architectures (you can't execute a
cross-compiled binary), so macos-13 is dropped from the test matrices.
The darwin-x64 build is validated by the release pipeline's
verify-prebuilds check.
0 commit comments