From 76214c0dcec609c3d38e41df48be7a3ae0bb74b4 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Sun, 26 Sep 2021 18:33:53 +0300 Subject: [PATCH] Switch to another container image to test with the latest GCC version. --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 87544e156..9d51adf37 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -100,7 +100,7 @@ task: task: name: 'latest GCC' container: - image: gcc:latest + image: teeks99/gcc-ubuntu:latest memory: 16G # Set to 16GB to avoid OOM. https://cirrus-ci.org/guide/linux/#linux-container << : *LINUX_TASK_TEMPLATE env: