We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a2d6da commit af9764bCopy full SHA for af9764b
2 files changed
.github/workflows/test-runner.yml
@@ -106,8 +106,6 @@ jobs:
106
execute-integration-tests: true
107
secrets: inherit
108
windows-cmake:
109
- # Disabled
110
- if: false
111
name: Windows-CMake
112
needs: [pre-flight]
113
uses: ./.github/workflows/windows-cmake.yml
.github/workflows/windows-cmake.yml
@@ -30,7 +30,7 @@ permissions:
30
jobs:
31
cmake:
32
name: cmake + ${{ matrix.msvc }} + ${{ matrix.arch }} + ${{ matrix.build_type }} + ${{ matrix.shard }}
33
- runs-on: windows-2022
+ runs-on: windows-2025
34
permissions:
35
contents: 'read'
36
strategy:
0 commit comments