From 3b49be247674159356ec6c134a2d0170ba6011f8 Mon Sep 17 00:00:00 2001 From: tmadlener Date: Thu, 15 Feb 2024 10:51:31 +0100 Subject: [PATCH] Update clicdp nightles workflow --- .github/workflows/linux.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index a8d799b..a24db65 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -7,16 +7,13 @@ jobs: strategy: fail-fast: false matrix: - COMPILER: [gcc10, clang11] - LCG: [100] - include: - - COMPILER: gcc8 - LCG: 99python2 + COMPILER: [gcc11] + LCG: [104] steps: - - uses: actions/checkout@v2 - - uses: cvmfs-contrib/github-action-cvmfs@v2 - - uses: aidasoft/run-lcg-view@v3 + - uses: actions/checkout@v4 + - uses: cvmfs-contrib/github-action-cvmfs@v3 + - uses: aidasoft/run-lcg-view@v4 with: view-path: "/cvmfs/clicdp.cern.ch/iLCSoft/lcg/${{ matrix.LCG }}/nightly/x86_64-centos7-${{ matrix.COMPILER }}-opt" setup-script: "init_ilcsoft.sh"