diff options
author | Brad King <brad.king@kitware.com> | 2023-09-18 22:34:05 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-09-21 19:34:37 (GMT) |
commit | cfec29196ef13b62fc391bcae6ebbde5e377fdb2 (patch) | |
tree | 54bffa3659870f03473c742444a87154421cabcc /.gitlab/os-linux.yml | |
parent | 26470eb98717a7f34e7ffe55d387040427f3c8c5 (diff) | |
download | CMake-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.yml | 2 |
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" |