Skip to content

Commit 3c97527

Browse files
committed
s
1 parent 152aa2c commit 3c97527

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/CI-windows.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
matrix:
2121
os: [windows-2022, windows-2025, windows-2025-vs2026, windows-11-arm]
2222
config: [Release, Debug]
23+
generator: ["Visual Studio 17 2022"]
24+
include:
25+
- os: windows-2025-vs2026
26+
generator: Visual Studio 18 2026
2327
fail-fast: false
2428

2529
runs-on: ${{ matrix.os }}
@@ -45,7 +49,7 @@ jobs:
4549
4650
- name: Run CMake
4751
run: |
48-
cmake -G "Visual Studio 17 2022" -A x64 -Werror=dev --warn-uninitialized -DCMAKE_COMPILE_WARNING_AS_ERROR=On . || exit /b !errorlevel!
52+
cmake -G ${{ matrix.generator }} -A x64 -Werror=dev --warn-uninitialized -DCMAKE_COMPILE_WARNING_AS_ERROR=On . || exit /b !errorlevel!
4953
5054
- name: Build
5155
run: |

0 commit comments

Comments
 (0)