Skip to content

Commit e870891

Browse files
hjmjohnsondzenanz
andcommitted
COMP: Update retired windows-2019 CI runner to windows-2022
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ć <dzenan.zukic@kitware.com>
1 parent 2868e1c commit e870891

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Testing/ContinuousIntegration/AzurePipelinesBatch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
CTEST_CMAKE_GENERATOR_TOOLSET: v142
3030
CTEST_CMAKE_GENERATOR_PLATFORM: x64
3131
CTEST_CONFIGURATION_TYPE: Release
32-
CTEST_CMAKE_GENERATOR: "Visual Studio 16 2019"
33-
imageName: 'windows-2019'
32+
CTEST_CMAKE_GENERATOR: "Visual Studio 17 2022"
33+
imageName: 'windows-2022'
3434
pool:
3535
vmImage: $(imageName)
3636
steps:

0 commit comments

Comments
 (0)