Skip to content

Commit b05dcf5

Browse files
lxrzlyrclaude
andcommitted
ci(desktop): drop macOS x64 target from build matrix
The macos-13 (Intel) runner is queue-starved and the x64 cross-build is unreliable. Apple Silicon (mac-arm64) covers current Macs; Intel users can run it under Rosetta. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 6b3244f commit b05dcf5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/desktop-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ jobs:
4545
env:
4646
PLATFORMS: ${{ github.event.inputs.platforms || 'mac+linux' }}
4747
run: |
48-
mac='{"host":"macos-14","target":"mac-arm64","platform_flag":"--mac --arm64","group":"mac"},{"host":"macos-13","target":"mac-x64","platform_flag":"--mac --x64","group":"mac"}'
48+
# macOS arm64 only — Apple Silicon covers current Macs. The Intel (macos-13)
49+
# runner is queue-starved and the x64 cross-compile is unreliable, so it is dropped.
50+
mac='{"host":"macos-14","target":"mac-arm64","platform_flag":"--mac --arm64","group":"mac"}'
4951
linux='{"host":"ubuntu-24.04","target":"linux-x64","platform_flag":"--linux --x64","group":"linux"},{"host":"ubuntu-24.04-arm","target":"linux-arm64","platform_flag":"--linux --arm64","group":"linux"}'
5052
win='{"host":"windows-2025","target":"win-x64","platform_flag":"--win --x64","group":"win"}'
5153
case "$PLATFORMS" in

0 commit comments

Comments
 (0)