From d0281bedf07a51f6b8b93ba156b615d76f561c63 Mon Sep 17 00:00:00 2001 From: Antonio Vieiro Date: Mon, 7 Jul 2025 15:58:58 +0000 Subject: [PATCH] 8358538: Update GHA Windows runner to 2025 Reviewed-by: sgehwolf Backport-of: 0927ca70e66ef27b38cbf5c0dd2851c796218067 --- .github/workflows/submit.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/submit.yml b/.github/workflows/submit.yml index c62e269426..5ba3515832 100644 --- a/.github/workflows/submit.yml +++ b/.github/workflows/submit.yml @@ -676,7 +676,7 @@ jobs: windows_x64_build: name: Windows x64 - runs-on: "windows-2019" + runs-on: "windows-2025" needs: prerequisites if: needs.prerequisites.outputs.should_run != 'false' && needs.prerequisites.outputs.platform_windows_x64 != 'false' @@ -854,7 +854,7 @@ jobs: windows_x86_build: name: Windows x86 - runs-on: "windows-2019" + runs-on: "windows-2025" needs: prerequisites if: needs.prerequisites.outputs.should_run != 'false' && needs.prerequisites.outputs.platform_windows_x86 != 'false' @@ -1028,7 +1028,7 @@ jobs: windows_x64_test: name: Windows x64 - runs-on: "windows-2019" + runs-on: "windows-2025" needs: - prerequisites - windows_x64_build @@ -1189,7 +1189,7 @@ jobs: windows_x86_test: name: Windows x86 - runs-on: "windows-2019" + runs-on: "windows-2025" needs: - prerequisites - windows_x86_build