Skip to content

Commit eb1ca93

Browse files
committed
Updated Windows CI.
1 parent 097adb8 commit eb1ca93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
check_name: Tests (Mac ${{ matrix.lib_type }} Release)
150150
junit_files: "${{ env.test_results_location }}/*.xml"
151151
Windows:
152-
runs-on: windows-2019
152+
runs-on: windows-2025
153153
strategy:
154154
matrix:
155155
include:
@@ -194,7 +194,7 @@ jobs:
194194
run: |-
195195
mkdir build
196196
cd build
197-
cmake ${{ env.cmake_common_args }} ${{ matrix.cmake_args }} -A ${{ matrix.arch }} -T v141 `
197+
cmake ${{ env.cmake_common_args }} ${{ matrix.cmake_args }} -A ${{ matrix.arch }} -T v142 `
198198
${{ github.workspace }}
199199
working-directory: "${{ github.workspace }}"
200200
- name: Build Debug

0 commit comments

Comments
 (0)