From ea00a69e04fb956f46809a2c9116ac82c9f19c7c Mon Sep 17 00:00:00 2001 From: Wes Haggard Date: Tue, 17 Sep 2024 15:07:33 -0700 Subject: [PATCH] Pin windows image version (#5995) --- eng/pipelines/templates/stages/platform-matrix-live.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/eng/pipelines/templates/stages/platform-matrix-live.json b/eng/pipelines/templates/stages/platform-matrix-live.json index 1c18468e72..f7872551cf 100644 --- a/eng/pipelines/templates/stages/platform-matrix-live.json +++ b/eng/pipelines/templates/stages/platform-matrix-live.json @@ -73,7 +73,9 @@ "Win2022": { "Pool": "env:WINDOWSPOOL", "OSVmImage": "env:WINDOWSVMIMAGE", - "CMAKE_GENERATOR": "Visual Studio 17 2022" + "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" } }, "BuildConfig": { @@ -115,6 +117,8 @@ "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 } },