summaryrefslogtreecommitdiffstats
path: root/.gitlab/os-linux.yml
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2023-08-12 10:32:33 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2023-08-15 14:25:42 (GMT)
commit6d359ce7a0dd55c1935eed7d25c381e3794ebb48 (patch)
tree7ad27e95ef11842fb135e7473f6e986bbcfec208 /.gitlab/os-linux.yml
parent0d837ba0f04311c94ad6e443f91e455ed2f4d22f (diff)
downloadCMake-6d359ce7a0dd55c1935eed7d25c381e3794ebb48.zip
CMake-6d359ce7a0dd55c1935eed7d25c381e3794ebb48.tar.gz
CMake-6d359ce7a0dd55c1935eed7d25c381e3794ebb48.tar.bz2
gitlab-ci: use the new GCC C++ modules build container
Diffstat (limited to '.gitlab/os-linux.yml')
-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 3b2a494..a6d35e1 100644
--- a/.gitlab/os-linux.yml
+++ b/.gitlab/os-linux.yml
@@ -376,7 +376,7 @@
### C++ modules
.gcc_cxx_modules_x86_64:
- image: "kitware/cmake:ci-gcc_cxx_modules-x86_64-2022-06-21"
+ image: "kitware/cmake:ci-gcc_cxx_modules-x86_64-2023-08-15"
variables:
GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci"