From b4a2ff5ee79f499727176a3fee9219c91aad00ce Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Tue, 6 Dec 2022 19:24:50 -0600 Subject: [PATCH] Remove CentOS 7 from tests. --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3cd228..1a22d23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,6 @@ jobs: matrix: distro: - rockylinux8 - - centos7 - ubuntu2204 - ubuntu2004 - ubuntu1804