Build only the arm64 macOS bottle (drop flaky Intel/macos-13 leg)#52
Merged
Conversation
The x86_64-apple-darwin bottle required the macos-13 Intel runner, which is scarce/deprecated; it sat queued ~2h and blocked the entire v3.4.1 release (publish-release and update-homebrew need the bottles job), so the arm64 bottle never shipped. Build arm64 only: macOS Tahoe is arm64-centric, Intel macOS was already un-bottled (source-builds as before), and the reporter is arm64 (juxt/allium#42). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Merged
yavorpanayotov
added a commit
that referenced
this pull request
Jun 17, 2026
Re-cut of the bottle release after #52 made the bottles job arm64-only (the Intel macos-13 runner stalled v3.4.1). Tagging v3.4.2 runs the fixed release workflow, shipping the arm64 macOS bottle that fixes juxt/allium#42. 3.4.1 was already published to crates.io, so this supersedes it. Co-authored-by: Claude Opus 4.8 (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.
The
x86_64-apple-darwinbottle leg needs themacos-13Intel runner, which is scarce/deprecated — it sat queued ~2h and blocked the whole v3.4.1 release (publish-release/update-homebrewneedthe bottles job), so the already-built arm64 bottle never shipped and the formula never updated.Build arm64 only: macOS Tahoe is arm64-centric, Intel macOS was already un-bottled (keeps source-building), and the reporter is arm64 (juxt/allium#42). The
update-homebrewbottle-block assembler already injects whatever bottle metas exist, so an arm64-only run produces a valid single-shabottle doblock.Follow-up to #50 (which stalled). crates.io 3.4.1 already published, so this ships as 3.4.2.
🤖 Generated with Claude Code