From 9d400b9f6cf5a04bb490c362696793fe2fdc4dd3 Mon Sep 17 00:00:00 2001 From: Andrew Bauer Date: Wed, 16 Feb 2022 08:33:44 -0600 Subject: [PATCH] use rockylinux:8 container for ci workflow --- .github/workflows/ci-centos-8.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-centos-8.yml b/.github/workflows/ci-centos-8.yml index f01f9929b..8ad222793 100644 --- a/.github/workflows/ci-centos-8.yml +++ b/.github/workflows/ci-centos-8.yml @@ -19,7 +19,7 @@ jobs: - crypto_backend: gnutls jwt_backend: libjwt runs-on: ubuntu-latest - container: centos:8 + container: rockylinux:8 steps: - name: Enable RPMFusion, EPEL and PowerTools