Skip to content

Commit f8b7abf

Browse files
authored
Merge pull request #6053 from hjmjohnson/backport-fix-ci-runners
COMP: Update retired windows-2019 CI runner to windows-2022
2 parents a0892bf + e870891 commit f8b7abf

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)