Skip to content

Commit 8bd3f63

Browse files
authored
fix(ci): Run Visual Studio test on Windows 11 on ARM (#3217)
1 parent c6b968c commit 8bd3f63

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/visual-studio.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
msvs-version: 2022
2222
- os: windows-2025
2323
msvs-version: 2022 # Fix this when Visual Studio 2025 is released
24+
- os: windows-11-arm
25+
msvs-version: 2022 # Fix this when Visual Studio 2025 is released
2426
runs-on: ${{ matrix.os }}
2527
steps:
2628
- name: Checkout Repository

0 commit comments

Comments
 (0)