Skip to content

Commit c0a91a2

Browse files
committed
Add arm64 Windows build to CI
1 parent 0c3c8fb commit c0a91a2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
target: aarch64-unknown-linux-gnu
2424
- os: windows-latest
2525
target: x86_64-pc-windows-msvc
26+
- os: windows-11-arm
27+
target: aarch64-pc-windows-msvc
2628

2729
runs-on: ${{ matrix.os }}
2830
name: Build (${{ matrix.target }})

0 commit comments

Comments
 (0)