Skip to content

Commit

Permalink
Switch edm4hep workflows to newer LCG releases (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener authored Dec 6, 2023
1 parent bd42e10 commit 0c8092d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/edm4hep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ jobs:
strategy:
fail-fast: false
matrix:
LCG: ["LCG_102/x86_64-centos7-gcc11-opt",
"LCG_102/x86_64-ubuntu2004-gcc9-opt"]
LCG: ["LCG_104/x86_64-el9-gcc13-opt",
"dev4/x86_64-ubuntu2004-gcc9-opt",
"LCG_104/x86_64-el9-clang16-opt"]
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -27,6 +28,7 @@ jobs:
with:
repository: catchorg/Catch2
path: catch2
ref: v3.4.0
- uses: cvmfs-contrib/github-action-cvmfs@v3
- uses: aidasoft/run-lcg-view@v4
with:
Expand Down

0 comments on commit 0c8092d

Please sign in to comment.