summaryrefslogtreecommitdiffstats
path: root/.gitlab/os-linux.yml
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-09-18 22:34:05 (GMT)
committerBrad King <brad.king@kitware.com>2023-09-21 19:34:37 (GMT)
commitcfec29196ef13b62fc391bcae6ebbde5e377fdb2 (patch)
tree54bffa3659870f03473c742444a87154421cabcc /.gitlab/os-linux.yml
parent26470eb98717a7f34e7ffe55d387040427f3c8c5 (diff)
downloadCMake-cfec29196ef13b62fc391bcae6ebbde5e377fdb2.zip
CMake-cfec29196ef13b62fc391bcae6ebbde5e377fdb2.tar.gz
CMake-cfec29196ef13b62fc391bcae6ebbde5e377fdb2.tar.bz2
ci: Add CUDA 11.8 to HIP 5.5 image
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 8398108..408feee 100644
--- a/.gitlab/os-linux.yml
+++ b/.gitlab/os-linux.yml
@@ -345,7 +345,7 @@
### HIP builds
.hip5.5:
- image: "kitware/cmake:ci-hip5.5-x86_64-2023-06-01"
+ image: "kitware/cmake:ci-hip5.5-x86_64-2023-09-18"
variables:
GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci"