Skip to content

Commit bda32af

Browse files
committed
build: use windows-2025 runner
GitHub is transitioning `windows-latest` to it. PR-URL: #59673 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
1 parent 87f829b commit bda32af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ permissions:
4343
jobs:
4444
coverage-windows:
4545
if: github.event.pull_request.draft == false
46-
runs-on: windows-2022
46+
runs-on: windows-2025
4747
steps:
4848
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4949
with:

0 commit comments

Comments
 (0)