You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build-dfu-tools: drop macos-13; alias darwin-x86_64 → darwin-arm64
GitHub deprecated macos-13 (Intel) runners; jobs targeting that label now
queue indefinitely and never get picked up. Apple Silicon Macs have been
Apple's only product since late 2023, and any remaining Intel Mac runs
the arm64 binary fine via Rosetta 2 (bundled with macOS).
Changes:
- Remove macos-13 row from the build matrix.
- Remove darwin-x86_64 entry from manifest.json's platforms map.
- Add a platform_aliases section: darwin-x86_64 → darwin-arm64. The
fetcher honours these on miss, picking up the aliased platform's
binary (and recording the actual platform we picked in ToolSpec.platform
so diagnostics aren't lying).
Tests: 79 passing (+1 for the alias-fallback path).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments