From 39263fa411fb6ea272f4eeb0ab1ad7123399e79c Mon Sep 17 00:00:00 2001 From: Sergio Arroutbi Date: Mon, 11 Nov 2024 10:05:10 +0100 Subject: [PATCH] CentOS 8 is discontinued. Remove and use Centos10 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 163528c..f9d4d13 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: matrix: os: - fedora:latest - - quay.io/centos/centos:stream8 + - quay.io/centos/centos:stream10-development - quay.io/centos/centos:stream9 - debian:testing - debian:latest