We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c3c8fb commit c0a91a2Copy full SHA for c0a91a2
1 file changed
.github/workflows/build.yml
@@ -23,6 +23,8 @@ jobs:
23
target: aarch64-unknown-linux-gnu
24
- os: windows-latest
25
target: x86_64-pc-windows-msvc
26
+ - os: windows-11-arm
27
+ target: aarch64-pc-windows-msvc
28
29
runs-on: ${{ matrix.os }}
30
name: Build (${{ matrix.target }})
0 commit comments