CI: Update image to ubuntu-hpc:latest.

Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
This commit is contained in:
Grzegorz Kowal 2022-09-30 18:29:41 -03:00
parent 07c740ae44
commit 203d5df7b8

View File

@ -16,7 +16,7 @@ trigger:
steps:
- name: build with make
image: ubuntu/hpc:latest
image: ubuntu-hpc:latest
commands:
- cd ./build
- cp -al make.default make.config
@ -31,7 +31,7 @@ steps:
- make MPI=Y NDIMS=3 -j 4
- name: build with cmake
image: ubuntu/hpc:latest
image: ubuntu-hpc:latest
commands:
- mkdir ./build-cmake/
- cd ./build-cmake/