From 673e13e78bf15c63f89ab688f452391849162b8c Mon Sep 17 00:00:00 2001 From: tmadlener Date: Thu, 26 Sep 2024 20:32:01 +0200 Subject: [PATCH] CI: Switch to stacks that have newer ROOT Need at least 6.32 because the RNTuple format has changed in between and the backwards compatibility tests fail otherwise. --- .github/workflows/edm4hep.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/edm4hep.yaml b/.github/workflows/edm4hep.yaml index 344d65fbe..5770b1e0e 100644 --- a/.github/workflows/edm4hep.yaml +++ b/.github/workflows/edm4hep.yaml @@ -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: