From 5da89ccce0d628caa10cba27ddb74db95b8e26d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Mon, 3 Jan 2022 22:03:52 +0100 Subject: [PATCH] ci/container: switch to CS8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fedora 33 is EOL, let's use something that will last longer than a single Fedora release. Signed-off-by: Ondřej Budai --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1909360f0..744ec9bb7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -86,7 +86,7 @@ Container: parallel: matrix: - RUNNER: - - aws/fedora-33-x86_64 + - aws/centos-stream-8-x86_64 Packer: stage: test