Skip to content

Commit 81b1317

Browse files
ochafikclaude
andcommitted
ci: add Linux ARM64 and Windows ARM64 to CI matrix
- Added ubuntu-24.04-arm (Linux ARM64) - Added windows-11-arm (Windows ARM64) Note: WSL is not available on GitHub-hosted runners (requires nested virtualization which isn't supported). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent a556499 commit 81b1317

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,12 @@ jobs:
1414
include:
1515
- os: ubuntu-latest
1616
name: Linux x64
17+
- os: ubuntu-24.04-arm
18+
name: Linux ARM64
1719
- os: windows-latest
1820
name: Windows x64
21+
- os: windows-11-arm
22+
name: Windows ARM64
1923
- os: macos-latest
2024
name: macOS ARM64
2125
- os: macos-13
@@ -66,8 +70,12 @@ jobs:
6670
include:
6771
- os: ubuntu-latest
6872
name: Linux x64
73+
- os: ubuntu-24.04-arm
74+
name: Linux ARM64
6975
- os: windows-latest
7076
name: Windows x64
77+
- os: windows-11-arm
78+
name: Windows ARM64
7179
- os: macos-latest
7280
name: macOS ARM64
7381

0 commit comments

Comments
 (0)