From c3f206733ff6977b7a353353a22fbebf83d9e51b Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sat, 5 Feb 2022 16:07:12 +0100 Subject: [PATCH] really remove CentOS from CI --- .github/workflows/ci-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 1ce1b667..b3d91cdf 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -176,7 +176,7 @@ jobs: strategy: matrix: - name: [Ubuntu-18, Ubuntu-20, Centos-8] + name: [Ubuntu-18, Ubuntu-20] include: - name: Ubuntu-18 flavour: ubuntu -- 2.39.5