From 9789d540e8e14ad57ec0e47ceeba5f9ce0bc6bdc Mon Sep 17 00:00:00 2001 From: Wes Haggard Date: Mon, 23 Sep 2024 11:02:00 -0700 Subject: [PATCH] Revert "Pin windows image version (#5995)" (#6010) This reverts commit ea00a69e04fb956f46809a2c9116ac82c9f19c7c. --- eng/pipelines/templates/stages/platform-matrix-live.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/eng/pipelines/templates/stages/platform-matrix-live.json b/eng/pipelines/templates/stages/platform-matrix-live.json index f7872551c..1c18468e7 100644 --- a/eng/pipelines/templates/stages/platform-matrix-live.json +++ b/eng/pipelines/templates/stages/platform-matrix-live.json @@ -73,9 +73,7 @@ "Win2022": { "Pool": "env:WINDOWSPOOL", "OSVmImage": "env:WINDOWSVMIMAGE", - "CMAKE_GENERATOR": "Visual Studio 17 2022", - // Temporarily pin to an older image until https://github.com/actions/runner-images/issues/10562 is fixed - "1ES.ImageVersionOverride": "147.0.0" + "CMAKE_GENERATOR": "Visual Studio 17 2022" } }, "BuildConfig": { @@ -117,8 +115,6 @@ "Pool": "env:WINDOWSPOOL", "OSVmImage": "env:WINDOWSVMIMAGE", "CMAKE_GENERATOR": "Visual Studio 17 2022", - // Temporarily pin to an older image until https://github.com/actions/runner-images/issues/10562 is fixed - "1ES.ImageVersionOverride": "147.0.0", "RunProxyTests": true } },