From dfe6b486871e77915e11466d73df881930a50a34 Mon Sep 17 00:00:00 2001 From: jmcarcell Date: Mon, 27 May 2024 22:10:41 +0200 Subject: [PATCH] Don't build on CentOS 7. Previous commit: Add the interface of reading the crosstalk map for ALLEGRO ECAL barrel (#193) --- .github/workflows/key4hep-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/key4hep-build.yaml b/.github/workflows/key4hep-build.yaml index 2acf1746..f0bcb2c1 100644 --- a/.github/workflows/key4hep-build.yaml +++ b/.github/workflows/key4hep-build.yaml @@ -18,7 +18,7 @@ jobs: strategy: matrix: build_type: ["release", "nightly"] - image: ["alma9", "ubuntu22", "centos7"] + image: ["alma9", "ubuntu22"] fail-fast: false runs-on: ubuntu-latest steps: