ci(publish): drop darwin-x64 smoke test#787
Merged
willwashburn merged 1 commit intomainfrom Apr 24, 2026
Merged
Conversation
GitHub's macos-13 (Intel) runner pool is capacity-constrained and routinely queues for hours, blocking releases. The x86_64-apple-darwin broker binary is still cross-compiled and published; we just no longer exercise it end-to-end in CI. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Reduces release pipeline latency by removing the end-to-end CI smoke test for the Intel macOS (macos-13) runner, which is frequently capacity-constrained, while continuing to cross-compile and publish the x86_64-apple-darwin broker binary.
Changes:
- Removed the
darwin-x64leg from thesmoke-broker-packagesCI matrix. - Added inline workflow commentary explaining why the
darwin-x64smoke test is intentionally omitted.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+547
to
+550
| # darwin-x64 smoke is intentionally omitted: GitHub's macos-13 | ||
| # (Intel) runner pool is capacity-constrained and routinely queues | ||
| # for hours. The x86_64-apple-darwin broker binary is still | ||
| # cross-compiled and published; we just don't exercise it in CI. |
There was a problem hiding this comment.
The header comment for smoke-broker-packages (above this matrix) states the smoke test runs "on every target platform", but this change intentionally omits darwin-x64. Please update that earlier comment to avoid misleading future readers about CI coverage.
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.
GitHub's macos-13 (Intel) runner pool is capacity-constrained and routinely queues for hours, blocking releases. The x86_64-apple-darwin broker binary is still cross-compiled and published; we just no longer exercise it end-to-end in CI.