Skip to content

Commit 5f7a208

Browse files
[r30 pick] CI: run on win2025 (#14766)
pick #14748
1 parent ee9a671 commit 5f7a208

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
if: ${{ github.event_name == 'push' || !github.event.pull_request.draft }}
8181
strategy:
8282
matrix:
83-
os: [ windows-2022 ]
83+
os: [ windows-2025 ]
8484
runs-on: ${{ matrix.os }}
8585

8686
steps:

.github/workflows/test-integration-caplin.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
tests-windows:
4444
strategy:
4545
matrix:
46-
os: [ windows-2022 ]
46+
os: [ windows-2025 ]
4747
runs-on: ${{ matrix.os }}
4848

4949
steps:

.github/workflows/test-integration-erigon.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
needs: source-of-changes
9191
strategy:
9292
matrix:
93-
os: [ windows-2022 ]
93+
os: [ windows-2025 ]
9494
runs-on: ${{ matrix.os }}
9595

9696
steps:

0 commit comments

Comments
 (0)