Skip to content

Commit

Permalink
Switch edm4hep workflows to newer LCG releases
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Dec 5, 2023
1 parent bd42e10 commit 016ab5e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 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",
"LCG_104/x86_64-ubuntu2004-gcc9-opt",
"LCG_104/x86_64-el9-clang16-opt"]
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 016ab5e

Please sign in to comment.