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.
windows-2019
windows-2025
1 parent 0c88674 commit 6adb70fCopy full SHA for 6adb70f
.github/workflows/CI-windows.yml
@@ -15,7 +15,7 @@ jobs:
15
build:
16
strategy:
17
matrix:
18
- os: [windows-2019, windows-2022]
+ os: [windows-2022, windows-2025]
19
config: [Release, Debug]
20
fail-fast: false
21
@@ -27,13 +27,7 @@ jobs:
27
- name: Setup msbuild.exe
28
uses: microsoft/setup-msbuild@v2
29
30
- - name: Run cmake
31
- if: matrix.os == 'windows-2019'
32
- run: |
33
- cmake -G "Visual Studio 16 2019" -A x64 . || exit /b !errorlevel!
34
-
35
36
- if: matrix.os == 'windows-2022'
+ - name: Run CMake
37
run: |
38
cmake -G "Visual Studio 17 2022" -A x64 . || exit /b !errorlevel!
39
0 commit comments