We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 097adb8 commit eb1ca93Copy full SHA for eb1ca93
.github/workflows/main.yml
@@ -149,7 +149,7 @@ jobs:
149
check_name: Tests (Mac ${{ matrix.lib_type }} Release)
150
junit_files: "${{ env.test_results_location }}/*.xml"
151
Windows:
152
- runs-on: windows-2019
+ runs-on: windows-2025
153
strategy:
154
matrix:
155
include:
@@ -194,7 +194,7 @@ jobs:
194
run: |-
195
mkdir build
196
cd build
197
- cmake ${{ env.cmake_common_args }} ${{ matrix.cmake_args }} -A ${{ matrix.arch }} -T v141 `
+ cmake ${{ env.cmake_common_args }} ${{ matrix.cmake_args }} -A ${{ matrix.arch }} -T v142 `
198
${{ github.workspace }}
199
working-directory: "${{ github.workspace }}"
200
- name: Build Debug
0 commit comments