From 3f554e729833f938668036847c27f548baffe5df Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Mon, 1 Jul 2024 12:03:31 +0200 Subject: [PATCH] gha: remove CentOS 7 (EOL), add Ubuntu 24.04, use engine 26.1 - CentOS 7 reached EOL - Adding Ubuntu 24.04 (LTS) - Update the "old" engine version to install to 26.1 Signed-off-by: Sebastiaan van Stijn --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be8515b1..4bace137 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,10 +11,10 @@ jobs: os: - ubuntu:20.04 - ubuntu:22.04 - - centos:7 + - ubuntu:24.04 - quay.io/centos/centos:stream9 version: - - "20.10" + - "26.1" - "" steps: