fix(ci): drop darwin-x64 verify leg (macos-13 queue still stuck)#792
Merged
willwashburn merged 1 commit intomainfrom Apr 25, 2026
Merged
fix(ci): drop darwin-x64 verify leg (macos-13 queue still stuck)#792willwashburn merged 1 commit intomainfrom
willwashburn merged 1 commit intomainfrom
Conversation
verify-publish-sdk.yml had a separate darwin-x64 matrix entry on macos-13 that I missed when 0bcdbf3 dropped the equivalent leg from publish.yml's smoke-broker-packages matrix. The macos-13 Intel pool is still capacity-starved — run 24918788548 had this verify job sitting in 'queued' for hours while every other leg finished, and required force-cancel via the GitHub API to clear. Same fix as before: drop the leg with a comment pointing at the matching omission in publish.yml. The x86_64-apple-darwin broker is still cross-compiled and published; we just don't run a darwin-x64 verify on an Intel host. 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
`verify-publish-sdk.yml` had its own `darwin-x64` matrix entry on `macos-13` that I missed when #788 dropped the equivalent leg from `publish.yml`'s `smoke-broker-packages` matrix. The macos-13 Intel pool is still capacity-starved — run 24918788548 had this verify job sitting in `queued` for hours while every other leg finished, and required force-cancel via the GitHub API to clear.
Fix
Same as before: drop the leg with a comment pointing at the matching omission in `publish.yml`. The x86_64-apple-darwin broker is still cross-compiled and published; we just don't run a darwin-x64 verify against an Intel host.
- platform: darwin-arm64 os: macos-14 expected_pkg: '@agent-relay/broker-darwin-arm64' - - platform: darwin-x64 - os: macos-13 - expected_pkg: '@agent-relay/broker-darwin-x64' + # darwin-x64 verify is intentionally omitted: GitHub's macos-13 + # (Intel) runner pool is capacity-constrained and routinely queues + # for hours. Mirrors the same omission in publish.yml's + # smoke-broker-packages matrix. - platform: linux-x64Test plan
🤖 Generated with Claude Code