From 0d38ecb54fb209207e90df838865459de3571292 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Mon, 27 Dec 2021 11:30:09 -0600 Subject: [PATCH] Use rockylinux8 instead of centos8 for CI. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f07759..a250d28 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: strategy: matrix: distro: - - centos8 + - rockylinux8 - centos7 - ubuntu2004