Skip to content

Commit d0281be

Browse files
vieirojerboaa
authored andcommitted
8358538: Update GHA Windows runner to 2025
Reviewed-by: sgehwolf Backport-of: 0927ca70e66ef27b38cbf5c0dd2851c796218067
1 parent eb64e7f commit d0281be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/submit.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ jobs:
676676

677677
windows_x64_build:
678678
name: Windows x64
679-
runs-on: "windows-2019"
679+
runs-on: "windows-2025"
680680
needs: prerequisites
681681
if: needs.prerequisites.outputs.should_run != 'false' && needs.prerequisites.outputs.platform_windows_x64 != 'false'
682682

@@ -854,7 +854,7 @@ jobs:
854854
855855
windows_x86_build:
856856
name: Windows x86
857-
runs-on: "windows-2019"
857+
runs-on: "windows-2025"
858858
needs: prerequisites
859859
if: needs.prerequisites.outputs.should_run != 'false' && needs.prerequisites.outputs.platform_windows_x86 != 'false'
860860

@@ -1028,7 +1028,7 @@ jobs:
10281028
10291029
windows_x64_test:
10301030
name: Windows x64
1031-
runs-on: "windows-2019"
1031+
runs-on: "windows-2025"
10321032
needs:
10331033
- prerequisites
10341034
- windows_x64_build
@@ -1189,7 +1189,7 @@ jobs:
11891189

11901190
windows_x86_test:
11911191
name: Windows x86
1192-
runs-on: "windows-2019"
1192+
runs-on: "windows-2025"
11931193
needs:
11941194
- prerequisites
11951195
- windows_x86_build

0 commit comments

Comments
 (0)