File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments