ci: add x86 macOS release#517
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
There was a problem hiding this comment.
Pull request overview
Adds a macOS x86_64 build target to the release workflow so that release builds can produce artifacts for Intel macOS in addition to Apple Silicon.
Changes:
- Extend the
build-rustmatrix in the Release workflow to includex86_64-apple-darwin.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 56b5827c61
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
56b5827 to
a94adc1
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
f638b4e to
12ecec6
Compare
720f181 to
cb52982
Compare
12ecec6 to
0a34242
Compare
0a34242 to
9a17d37
Compare
6a2a1a3 to
30e2dc1
Compare
9a17d37 to
9e435c9
Compare
Merge activity
|
30e2dc1 to
a94751d
Compare

Note
Medium Risk
Updates the release build matrix and published native targets, which can affect release pipeline behavior and artifact completeness for macOS users.
Overview
Intel macOS release support: the release workflow now builds Rust/N-API artifacts for
x86_64-apple-darwinin addition to existing targets.Both
packages/cliandpackages/globalexpand theirnapi.targetslists to includex86_64-apple-darwin, enabling publishing/installing native binaries for Intel Macs.Written by Cursor Bugbot for commit a94751d. This will update automatically on new commits. Configure here.