From aac88da1c69b4737a9ee7f9e510f79efd43f7241 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Mon, 27 Dec 2021 11:30:02 -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 fc29d13..7df509a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: strategy: matrix: distro: - - centos8 + - rockylinux8 - centos7 - ubuntu2004 - ubuntu1804