From 63676df3940db9d567020fb98e633ea6a66c0f82 Mon Sep 17 00:00:00 2001 From: Jan Pazdziora Date: Sat, 1 Jun 2024 08:43:17 +0200 Subject: [PATCH] CentOS 8 Stream is EOL, test on AlmaLinux 8 instead. --- .cirrus.yml | 2 +- .github/workflows/build-test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index fad46b9..69be3e3 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -3,7 +3,7 @@ test_task: matrix: image: registry.fedoraproject.org/fedora:latest image: quay.io/centos/centos:stream9 - image: quay.io/centos/centos:stream8 + image: docker.io/almalinux:8 image: centos:centos7 build_script: tests/build.sh config_script: tests/config.sh diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index 60940e8..94d74ba 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -18,7 +18,7 @@ jobs: - 'registry.fedoraproject.org/fedora:rawhide' - 'registry.fedoraproject.org/fedora:latest' - 'quay.io/centos/centos:stream9' - - 'quay.io/centos/centos:stream8' + - 'docker.io/almalinux:8' - 'quay.io/centos/centos:centos7' steps: - uses: actions/checkout@v4