Skip to content

Commit f13bc49

Browse files
committed
move to 2025
1 parent ad0cb83 commit f13bc49

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/windows.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ jobs:
6666
- name: 🎉 Install
6767
run: cmake --install ${{ env.CMAKE_BINARY_PREFIX }} --prefix ${{ env.CMAKE_INSTALL_PREFIX }} --config ${{ env.CMAKE_BUILD_TYPE }}
6868

69-
msvc2019:
70-
runs-on: windows-2019
71-
name: msvc2019 ${{ matrix.architecture }} (c++${{ matrix.standard }})
69+
msvc2025:
70+
runs-on: windows-2025
71+
name: msvc2025 ${{ matrix.architecture }} (c++${{ matrix.standard }})
7272
strategy:
7373
fail-fast: false
7474
matrix:
@@ -143,8 +143,8 @@ jobs:
143143
run: cmake --install ${{ env.CMAKE_BINARY_PREFIX }} --prefix ${{ env.CMAKE_INSTALL_PREFIX }} --config ${{ env.CMAKE_BUILD_TYPE }}
144144

145145
clang:
146-
runs-on: windows-2019
147-
name: windows-2019 clang-${{ matrix.version }} (c++${{ matrix.standard }})
146+
runs-on: windows-2025
147+
name: windows-2025 clang-${{ matrix.version }} (c++${{ matrix.standard }})
148148
strategy:
149149
fail-fast: false
150150
matrix:
@@ -179,8 +179,8 @@ jobs:
179179
run: cmake --install ${{ env.CMAKE_BINARY_PREFIX }} --prefix ${{ env.CMAKE_INSTALL_PREFIX }} --config ${{ env.CMAKE_BUILD_TYPE }}
180180

181181
clang-cl-11:
182-
runs-on: windows-2019
183-
name: windows-2019 clang-cl-11 ${{ matrix.architecture }} (c++${{ matrix.standard }})
182+
runs-on: windows-2025
183+
name: windows-2025 clang-cl-11 ${{ matrix.architecture }} (c++${{ matrix.standard }})
184184
strategy:
185185
fail-fast: false
186186
matrix:

0 commit comments

Comments
 (0)