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
Use native runners for both macOS architectures instead of cross-compiling
macos-latest now points to Apple Silicon, so the old --arch arm64
cross-compile produced a duplicate arm64 binary while darwin-x64 was
quietly missing from releases.
Replace the cross-compile approach with native builds on macos-13 (x64)
and macos-latest (arm64). Also add macos-13 to the PR test matrices so
both architectures are tested.
0 commit comments