Skip to content

Commit cf69dc9

Browse files
ochafikclaude
andcommitted
ci: disable Windows ARM64 (Bun lacks stable ARM64 binaries)
The oven-sh/setup-bun action fails with 404 when trying to download Bun for Windows ARM64. Re-enable when Bun adds proper support. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 81b1317 commit cf69dc9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ jobs:
1818
name: Linux ARM64
1919
- os: windows-latest
2020
name: Windows x64
21-
- os: windows-11-arm
22-
name: Windows ARM64
21+
# Windows ARM64 disabled: Bun doesn't have stable ARM64 binaries yet (setup-bun fails with 404)
22+
# - os: windows-11-arm
23+
# name: Windows ARM64
2324
- os: macos-latest
2425
name: macOS ARM64
2526
- os: macos-13
@@ -74,8 +75,9 @@ jobs:
7475
name: Linux ARM64
7576
- os: windows-latest
7677
name: Windows x64
77-
- os: windows-11-arm
78-
name: Windows ARM64
78+
# Windows ARM64 disabled: Bun doesn't have stable ARM64 binaries yet (setup-bun fails with 404)
79+
# - os: windows-11-arm
80+
# name: Windows ARM64
7981
- os: macos-latest
8082
name: macOS ARM64
8183

0 commit comments

Comments
 (0)