diff options
author | Brad King <brad.king@kitware.com> | 2022-11-09 16:39:27 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-11-10 18:27:37 (GMT) |
commit | ccdff280f4acebad0ac17d5d8380407c5dc606c0 (patch) | |
tree | 06036358fdae7af7fb2a198ba982147900972883 /.gitlab/os-windows.yml | |
parent | 46b2849550821353f1eb513527c1f47dc761cc68 (diff) | |
download | CMake-ccdff280f4acebad0ac17d5d8380407c5dc606c0.zip CMake-ccdff280f4acebad0ac17d5d8380407c5dc606c0.tar.gz CMake-ccdff280f4acebad0ac17d5d8380407c5dc606c0.tar.bz2 |
gitlab-ci: Update Windows non-packaging builds to MSVC 14.34 toolset
Diffstat (limited to '.gitlab/os-windows.yml')
-rw-r--r-- | .gitlab/os-windows.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab/os-windows.yml b/.gitlab/os-windows.yml index bb19de9..5fd1dc7 100644 --- a/.gitlab/os-windows.yml +++ b/.gitlab/os-windows.yml @@ -35,13 +35,13 @@ variables: VCVARSALL: "${VS170COMNTOOLS}\\..\\..\\VC\\Auxiliary\\Build\\vcvarsall.bat" VCVARSPLATFORM: "x64" - VCVARSVERSION: "14.33.31629" + VCVARSVERSION: "14.34.31933" .windows_vcvarsall_vs2022_x86: variables: VCVARSALL: "${VS170COMNTOOLS}\\..\\..\\VC\\Auxiliary\\Build\\vcvarsall.bat" VCVARSPLATFORM: "x86" - VCVARSVERSION: "14.33.31629" + VCVARSVERSION: "14.34.31933" .windows_vcvarsall_vs2022_x64_package: variables: @@ -110,7 +110,7 @@ CMAKE_CONFIGURATION: windows_vs2022_x64 CMAKE_GENERATOR: "Visual Studio 17 2022" CMAKE_GENERATOR_PLATFORM: "x64" - CMAKE_GENERATOR_TOOLSET: "v143,version=14.33.31629" + CMAKE_GENERATOR_TOOLSET: "v143,version=14.34.31933" CMAKE_CI_NIGHTLY_IGNORE_DEPS: "true" .windows_vs2019_x64: @@ -244,7 +244,7 @@ - windows - shell - vs2022 - - msvc-19.33 + - msvc-19.34 - nonconcurrent .windows_tags_concurrent_vs2022: @@ -253,7 +253,7 @@ - windows - shell - vs2022 - - msvc-19.33 + - msvc-19.34 - concurrent .windows_tags_concurrent_vs2019: |