From 7bf7a89f841decc3e1f66bfc6e62fe3e00f4094c 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 Resolves: #166 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