From ef176478e98278c3c89f6e0222c6e03def5fa0b2 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Sun, 29 Aug 2021 12:31:01 -0400 Subject: [PATCH] ci: Temporarily disable CentOS 7 tests Suspend the CI runs on CentOS 7, which fail due to a cryptic git error connected with checking out the libshared submodule version. Might be just a bug that is fixed in more recent git versions, which would explain why other CI runs work fine. --- .github/workflows/tests.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index a7d2ced00..3a2fb00b1 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -6,9 +6,6 @@ jobs: fail-fast: false matrix: include: - - name: "Centos 7" - runner: ubuntu-latest - dockerfile: centos7 - name: "Centos 8" runner: ubuntu-latest dockerfile: centos8