summaryrefslogtreecommitdiff
path: root/.gitlab
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2022-12-15 10:48:43 -0500
committerBen Boeckel <ben.boeckel@kitware.com>2022-12-15 18:43:55 -0500
commit5dc17d0a7a7e7975e426f09210d9433c0c84f753 (patch)
treef29ca0e5a8eda24f8f53a2289a26670bd1efd2a3 /.gitlab
parente84fcbcb0b7c33caf35fbdfde411e8636f4d31f9 (diff)
downloadcmake-5dc17d0a7a7e7975e426f09210d9433c0c84f753.tar.gz
gitlab-ci: update to new Clang CI image for C++ modules
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/os-linux.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/os-linux.yml b/.gitlab/os-linux.yml
index 0b8aad97df..db344f633b 100644
--- a/.gitlab/os-linux.yml
+++ b/.gitlab/os-linux.yml
@@ -377,7 +377,7 @@
CMAKE_GENERATOR: "Ninja Multi-Config"
.clang_cxx_modules_x86_64:
- image: "kitware/cmake:ci-clang_cxx_modules-x86_64-2022-12-02"
+ image: "kitware/cmake:ci-clang_cxx_modules-x86_64-2022-12-15"
variables:
GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci"