From a03d1b97819606f5e9fbe915eccda6ab7679e353 Mon Sep 17 00:00:00 2001 From: Sergio Arroutbi Date: Tue, 17 Dec 2024 09:46:56 +0100 Subject: [PATCH] Use correct CentOS distro versions Signed-off-by: Sergio Arroutbi --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c0064df..995051a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: os: - fedora:latest - quay.io/centos/centos:stream9 - - quay.io/centos/centos:stream8 + - quay.io/centos/centos:stream10-development - debian:testing - debian:latest - ubuntu:rolling