Skip to content

Commit b8c3e22

Browse files
committed
CI-windows.yml: removed windows-2019 and added windows-2025
1 parent 0c88674 commit b8c3e22

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/CI-windows.yml

+2-8
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
build:
1616
strategy:
1717
matrix:
18-
os: [windows-2019, windows-2022]
18+
os: [windows-2022, windows-2025]
1919
config: [Release, Debug]
2020
fail-fast: false
2121

@@ -27,13 +27,7 @@ jobs:
2727
- name: Setup msbuild.exe
2828
uses: microsoft/setup-msbuild@v2
2929

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-
- name: Run cmake
36-
if: matrix.os == 'windows-2022'
30+
- name: Run CMake
3731
run: |
3832
cmake -G "Visual Studio 17 2022" -A x64 . || exit /b !errorlevel!
3933

0 commit comments

Comments
 (0)