File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ jobs:
217217 name : Mac
218218 path : " ${{ github.workspace }}/build/cuttlefish-mac.tar.gz"
219219 Windows :
220- runs-on : windows-2019
220+ runs-on : windows-2025
221221 strategy :
222222 matrix :
223223 include :
@@ -289,7 +289,7 @@ jobs:
289289 - name : Build gtest
290290 run : |-
291291 cmake .. -DCMAKE_INSTALL_PREFIX=${{ env.dependency_location }} `
292- ${{ matrix.gtest_cmake_args }} -A ${{ matrix.arch }} -T v141 -DCMAKE_DEBUG_POSTFIX=d
292+ ${{ matrix.gtest_cmake_args }} -A ${{ matrix.arch }} -T v142 -DCMAKE_DEBUG_POSTFIX=d
293293 cmake --build . --config Debug
294294 cmake --build . --config Debug --target install
295295 cmake --build . --config Release
@@ -299,7 +299,7 @@ jobs:
299299 run : |-
300300 mkdir build
301301 cd build
302- cmake ${{ env.cmake_common_args }} ${{ matrix.cmake_args }} -A ${{ matrix.arch }} -T v141 `
302+ cmake ${{ env.cmake_common_args }} ${{ matrix.cmake_args }} -A ${{ matrix.arch }} -T v142 `
303303 ${{ github.workspace }}
304304 working-directory : " ${{ github.workspace }}"
305305 - name : Build debug
You can’t perform that action at this time.
0 commit comments