Skip to content

Commit 73596b0

Browse files
committed
CI: add windows-11-arm label to enable the windows-11-arm runing on Ci
Signed-off-by: willieyz <[email protected]>
1 parent 3786087 commit 73596b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
strategy:
176176
fail-fast: false
177177
matrix:
178-
system: [windows-2025, windows-2022]
178+
system: [windows-2025, windows-2022, windows-11-arm]
179179
name: Quickcheck ${{ matrix.system }}
180180
runs-on: ${{ matrix.system }}
181181
steps:

0 commit comments

Comments
 (0)