Skip to content

Commit 6bc9152

Browse files
committed
chore(deps): update dependency windows to v2025
1 parent b241893 commit 6bc9152

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/windows-bazel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ permissions:
2222
jobs:
2323
bazel:
2424
name: bazel + ${{ matrix.msvc }} + ${{ matrix.compilation_mode }} + ${{ matrix.shard }}
25-
runs-on: windows-2022
25+
runs-on: windows-2025
2626
permissions:
2727
contents: 'read'
2828
strategy:

.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)