From 4387e27a08a8ac520d5908dd74c8a541339a9740 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Mon, 27 Dec 2021 11:30:10 -0600 Subject: [PATCH] Use rockylinux8 instead of centos8 for CI. --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd266ca..5517ecb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,6 @@ jobs: strategy: matrix: distro: - - centos8 - rockylinux8 - ubuntu2004 - ubuntu1804