From 741accaccee515f1182c603473636d695a68e3e5 Mon Sep 17 00:00:00 2001 From: Wes Haggard Date: Thu, 19 Sep 2024 11:23:27 -0700 Subject: [PATCH] Revert "Pin windows image version (#5995)" 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 f7872551cf..1c18468e72 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 } },