Skip to content

Commit af9764b

Browse files
committed
ci: use windows-2025 runner
1 parent 8a2d6da commit af9764b

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/test-runner.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ jobs:
106106
execute-integration-tests: true
107107
secrets: inherit
108108
windows-cmake:
109-
# Disabled
110-
if: false
111109
name: Windows-CMake
112110
needs: [pre-flight]
113111
uses: ./.github/workflows/windows-cmake.yml

.github/workflows/windows-cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ permissions:
3030
jobs:
3131
cmake:
3232
name: cmake + ${{ matrix.msvc }} + ${{ matrix.arch }} + ${{ matrix.build_type }} + ${{ matrix.shard }}
33-
runs-on: windows-2022
33+
runs-on: windows-2025
3434
permissions:
3535
contents: 'read'
3636
strategy:

0 commit comments

Comments
 (0)