diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2020-08-18 15:23:23 (GMT) |
---|---|---|
committer | Robert Maynard <robert.maynard@kitware.com> | 2020-08-28 15:21:31 (GMT) |
commit | 5ece12b7e452acb091300022a392ff71dfce9504 (patch) | |
tree | 58df9c91b2b97e12d2df057936613790a578cb1b /.gitlab/os-linux.yml | |
parent | 8976817d6d4cf8ba5755ab24e2760c4c9cb485de (diff) | |
download | CMake-5ece12b7e452acb091300022a392ff71dfce9504.zip CMake-5ece12b7e452acb091300022a392ff71dfce9504.tar.gz CMake-5ece12b7e452acb091300022a392ff71dfce9504.tar.bz2 |
gitlab-ci: add ISPC to the Fedora CI 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 1c97377..f06f434 100644 --- a/.gitlab/os-linux.yml +++ b/.gitlab/os-linux.yml @@ -30,7 +30,7 @@ ### Fedora .fedora31: - image: "kitware/cmake:ci-fedora31-x86_64-2020-06-01" + image: "kitware/cmake:ci-fedora31-x86_64-2020-08-18" variables: GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci" |