Skip to content

Commit b5a4df1

Browse files
Master-HashWilfred
authored andcommitted
ci: run arm windows test on windows-11-arm runner image
1 parent 3916dc9 commit b5a4df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# mac-latest (currently mac-14) is an ARM device, so use macos-13 to get Intel.
1616
- { target: x86_64-apple-darwin, os: macos-13 }
1717
- { target: x86_64-pc-windows-msvc, os: windows-latest }
18-
- { target: aarch64-pc-windows-msvc, os: windows-latest }
18+
- { target: aarch64-pc-windows-msvc, os: windows-11-arm }
1919

2020
- { target: aarch64-unknown-linux-gnu, os: ubuntu-22.04, use-cross: true }
2121

0 commit comments

Comments
 (0)