From 7a53650e73540046d11f466bd7fc653628a8969f Mon Sep 17 00:00:00 2001 From: Steffen Schuemann Date: Sat, 2 Apr 2022 16:29:03 +0200 Subject: [PATCH] refs #142, switch Centos 8 source Took 4 minutes --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 9766476..d786910 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -25,7 +25,7 @@ centos7_task: centos8_task: container: - image: centos:8 + image: quay.io/centos/centos:stream8 install_script: | yum group install -y "Development Tools" curl -L https://github.com/Kitware/CMake/releases/download/v3.16.4/cmake-3.16.4-Linux-x86_64.tar.gz | tar xzvf - -C /usr/local --strip-components 1