From e812ea74eaaeae12e395ce29cc80b9eb0b6976b1 Mon Sep 17 00:00:00 2001
From: Andre Sailer <andre.philippe.sailer@cern.ch>
Date: Tue, 19 Dec 2023 16:22:46 +0100
Subject: [PATCH] Coverity: use el9 based stack

---
 .github/workflows/coverity.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml
index 738701b7b..038869bea 100644
--- a/.github/workflows/coverity.yml
+++ b/.github/workflows/coverity.yml
@@ -17,4 +17,4 @@ jobs:
         coverity-project: 'AIDASoft%2FDD4hep'
         coverity-project-token: ${{ secrets.DD4HEP_COVERITY_TOKEN  }}
         github-pat: ${{ secrets.READ_COVERITY_IMAGE }}
-        release-platform: "LCG_102b/x86_64-centos7-gcc11-opt"
+        release-platform: "LCG_104a/x86_64-el9-gcc13-opt"
-- 
GitLab