From e8708919da283781a3a61f03499fc8d21ce58519 Mon Sep 17 00:00:00 2001 From: "Hans J. Johnson" Date: Mon, 13 Apr 2026 17:05:06 -0500 Subject: [PATCH] COMP: Update retired windows-2019 CI runner to windows-2022 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Migrate the v142 (VS2019 toolset) batch job from the retired windows-2019 runner to windows-2022. The v142 toolset is supported by Visual Studio 17 2022, so the generator is updated to match. This preserves v142 compiler compatibility testing while running on a supported runner image (windows-2019 retired 2025-03-24). Co-Authored-By: Dženan Zukić --- Testing/ContinuousIntegration/AzurePipelinesBatch.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Testing/ContinuousIntegration/AzurePipelinesBatch.yml b/Testing/ContinuousIntegration/AzurePipelinesBatch.yml index 9f689d44382..4ec24061b8f 100644 --- a/Testing/ContinuousIntegration/AzurePipelinesBatch.yml +++ b/Testing/ContinuousIntegration/AzurePipelinesBatch.yml @@ -29,8 +29,8 @@ jobs: CTEST_CMAKE_GENERATOR_TOOLSET: v142 CTEST_CMAKE_GENERATOR_PLATFORM: x64 CTEST_CONFIGURATION_TYPE: Release - CTEST_CMAKE_GENERATOR: "Visual Studio 16 2019" - imageName: 'windows-2019' + CTEST_CMAKE_GENERATOR: "Visual Studio 17 2022" + imageName: 'windows-2022' pool: vmImage: $(imageName) steps: