Skip to content

Commit 448652a

Browse files
committed
Updated Windows CI.
1 parent 0ca4274 commit 448652a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)