Skip to content
This repository was archived by the owner on Apr 3, 2026. It is now read-only.

ci: add macOS Intel (x86_64) to release build matrix#80

Merged
viniciusdacal merged 1 commit intomainfrom
viniciusdacal/check-macos-intel
Apr 2, 2026
Merged

ci: add macOS Intel (x86_64) to release build matrix#80
viniciusdacal merged 1 commit intomainfrom
viniciusdacal/check-macos-intel

Conversation

@viniciusdacal
Copy link
Copy Markdown
Contributor

Summary

Adds x86_64-apple-darwin to the release workflow build matrix using a native macos-13 Intel runner. This avoids the V8 cross-compile issue that previously blocked darwin-x64 builds. The npm package (@vertz/runtime-darwin-x64) and runtime selector wiring were already in place — only the CI pipeline needed updating.

Changes

  • Added darwin-x64 matrix entry (macos-13 runner) to build-binaries job
  • Added artifact download step for runtime-darwin-x64 in the release job

Test plan

  • Verify macos-13 runner builds x86_64-apple-darwin target successfully
  • Verify binary is included in npm publish and GitHub release assets

🤖 Generated with Claude Code

Use native macos-13 runner to avoid V8 cross-compile issues.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@viniciusdacal viniciusdacal merged commit 08ef0e6 into main Apr 2, 2026
2 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant