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
ci: cross-compile macOS Intel on the arm64 runner (#47)
The macos-13 (Intel) runners are deprecated and so queue-starved the job sat
unscheduled for over an hour, wedging the whole release (latest.json needs every
platform). Build darwin-x86_64 on the plentiful macos-14 (arm64) runner via
--target x86_64-apple-darwin instead, vendoring the matching x64 node sidecar
(a TARGET_TRIPLE override in vendor-node.sh).
0 commit comments