Просмотр исходного кода

gitlab-ci: use the new GCC C++ modules build container

Ben Boeckel 2 лет назад
Родитель
Сommit
6d359ce7a0
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .gitlab/os-linux.yml

+ 1 - 1
.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"