From cefdbfa91b79757af9f9a9fc7ceb25e97bb84426 Mon Sep 17 00:00:00 2001 From: sss Date: Thu, 13 Mar 2025 09:45:09 -0400 Subject: [PATCH] Remove centos7 CI jobs. Don't try to run CI for centos7. Builds are no longer available for that platform. --- .github/workflows/key4hep.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/key4hep.yml b/.github/workflows/key4hep.yml index 738aec6..46e7265 100644 --- a/.github/workflows/key4hep.yml +++ b/.github/workflows/key4hep.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: build_type: ["release", "nightly"] - image: ["alma9", "ubuntu22", "centos7"] + image: ["alma9", "ubuntu22"] fail-fast: false steps: