Skip to content

Commit 5a3e2f4

Browse files
committed
copverity: use el9 release
1 parent 6304743 commit 5a3e2f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coverity.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
with:
1111
run_local_checkout: 'true'
1212
coverity-container: 'ghcr.io/aidasoft/coverity:latest'
13-
coverity-cmake-command: 'cmake -DCMAKE_CXX_STANDARD=17 -DUSE_EXTERNAL_CATCH2=OFF ..'
13+
coverity-cmake-command: 'cmake -DCMAKE_CXX_STANDARD=20 -DUSE_EXTERNAL_CATCH2=OFF ..'
1414
coverity-project: 'AIDASoft%2Fpodio'
1515
coverity-project-token: ${{ secrets.PODIO_COVERITY_TOKEN }}
1616
github-pat: ${{ secrets.READ_COVERITY_IMAGE }}
17-
release-platform: "LCG_102/x86_64-centos7-gcc11-opt"
17+
release-platform: "LCG_108/x86_64-el9-gcc13-opt"
1818
run: |
1919
git clone https://github.com/AIDASoft/podio.git
2020
cd podio

0 commit comments

Comments
 (0)