Drop macos x86_64 from prebuilds matrix#1
Merged
Conversation
Apple Silicon is the modern macOS target; GitHub's free macos-13 Intel runner queue is unreliable enough to indefinitely stall the release-upload job, blocking the entire workflow. Removing the leg from both the Node prebuilds and Python wheel matrices keeps the remaining four platforms (linux x64/arm64, macos arm64, windows x64) unblocked. Tested via the v0.1.0 run (25603802939): all 4 wheel + 4 prebuild legs that aren't macos x86_64 finished in 30s-3m; macos-13 jobs stayed queued for >20 min before being cancelled. RELEASE.md updated to match. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
rafael5
added a commit
that referenced
this pull request
May 9, 2026
Bumps the six version anchors from 0.1.0 to 0.1.1. v0.1.1 is the first wheel-bearing release: it ships the corrected prebuilds.yml matrix (macos x86_64 dropped — see #1) so the python-wheels and N-API legs all complete on free GitHub runners and attach-to-release can publish to the v0.1.1 GitHub Release. No grammar / parser / binding source changes since v0.1.0. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
macos / x86_64(runnermacos-13) leg from both matrices in.github/workflows/prebuilds.yml— the Node N-API prebuild and the Python wheel.RELEASE.mdto reflect the new four-platform set: linux x64, linux arm64, macos arm64, windows x64.Why
The v0.1.0 tag triggered the freshly-extended workflow (run 25603802939). All eight non-x86_64-mac legs finished in 30s–3m. The two
macos-13jobs stayedqueuedfor >20 minutes with no runner pickup — GitHub's free Intel macOS queue is unreliable enough to indefinitely stall theattach-to-releasejob, which hasneeds: [build, python-wheels]. Apple Silicon is the modern macOS target; dropping the Intel leg unblocks the release upload without losing real coverage.Test plan
v0.1.1) onmainto re-trigger the workflow with the corrected matrix.attach-to-releaseruns and uploads four wheels + four Node prebuild tarballs to the v0.1.1 GitHub Release.RELEASE.md§5.5.🤖 Generated with Claude Code