diff options
author | Brad King <brad.king@kitware.com> | 2022-12-06 15:56:16 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-12-06 15:59:24 (GMT) |
commit | 12d032b2655ae4b91c7cb9688c36173cf6153200 (patch) | |
tree | f7d17ecae1650b8f7690648326dfb0e412ecb403 /.gitlab/os-linux.yml | |
parent | aeac9b4660762e0067c7fc0a8763e381b76710b3 (diff) | |
download | CMake-12d032b2655ae4b91c7cb9688c36173cf6153200.zip CMake-12d032b2655ae4b91c7cb9688c36173cf6153200.tar.gz CMake-12d032b2655ae4b91c7cb9688c36173cf6153200.tar.bz2 |
gitlab-ci: Update NVHPC to version 22.11
Fixes: #24225
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 637df82..e62a8cc 100644 --- a/.gitlab/os-linux.yml +++ b/.gitlab/os-linux.yml @@ -258,7 +258,7 @@ ### NVHPC Compiler .nvhpc: - image: "kitware/cmake:ci-nvhpc22.9-x86_64-2022-11-22" + image: "kitware/cmake:ci-nvhpc22.11-x86_64-2022-12-06" variables: CMAKE_ARCH: x86_64 |