From a4dd9dd0f64696106fb5fa120e3673f9e10b0eb7 Mon Sep 17 00:00:00 2001 From: Sergio Correia Date: Wed, 3 Jul 2024 08:59:04 +0100 Subject: [PATCH] ci: replace Centos Stream 8 (EOL) with Centos Stream 10 (dev) --- .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 0759a36d..792cc171 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