From 6cdc0cadcbf8c0747b8b276088b211ad737d3824 Mon Sep 17 00:00:00 2001 From: Andre Sailer <andre.philippe.sailer@cern.ch> Date: Fri, 20 Jan 2023 11:26:45 +0100 Subject: [PATCH] CI: coverity: use newer 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 49de909c4..26b5affbe 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_99/x86_64-centos7-gcc10-opt" + release-platform: "LCG_102b/x86_64-centos7-gcc11-opt" -- GitLab