Skip to content

Commit

Permalink
CI: Switch to stacks that have newer ROOT (#690)
Browse files Browse the repository at this point in the history
Need at least 6.32 because the RNTuple format has changed in between and
the backwards compatibility tests fail otherwise.
  • Loading branch information
tmadlener authored Sep 27, 2024
1 parent bcec1b4 commit c43bdf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/edm4hep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
strategy:
fail-fast: false
matrix:
LCG: ["LCG_104/x86_64-el9-gcc13-opt",
LCG: ["LCG_106/x86_64-el9-gcc13-opt",
"dev4/x86_64-el9-gcc14-opt",
"LCG_104/x86_64-el9-clang16-opt"]
"dev3/x86_64-el9-clang16-opt"]
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit c43bdf2

Please sign in to comment.