Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -544,13 +544,10 @@ jobs:
binary_file: agent-relay-broker
pkg_os: darwin
pkg_cpu: arm64
- platform: darwin-x64
os: macos-13
broker_pkg: broker-darwin-x64
binary_name: agent-relay-broker-darwin-x64
binary_file: agent-relay-broker
pkg_os: darwin
pkg_cpu: x64
# 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.
Comment on lines +547 to +550
Copy link

Copilot AI Apr 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot uses AI. Check for mistakes.
- platform: linux-x64
os: ubuntu-latest
broker_pkg: broker-linux-x64
Expand Down
Loading