We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6b968c commit 8bd3f63Copy full SHA for 8bd3f63
.github/workflows/visual-studio.yml
@@ -21,6 +21,8 @@ jobs:
21
msvs-version: 2022
22
- os: windows-2025
23
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
26
runs-on: ${{ matrix.os }}
27
steps:
28
- name: Checkout Repository
0 commit comments