diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 26a5d38..e54417c 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -2,20 +2,20 @@ name: linux on: [push, pull_request] jobs: - centos7: + Linux: runs-on: ubuntu-latest strategy: fail-fast: false matrix: - COMPILER: [gcc11] - LCG: [104] + COMPILER: [gcc13] + LCG: [106] steps: - uses: actions/checkout@v4 - uses: cvmfs-contrib/github-action-cvmfs@v4 - uses: aidasoft/run-lcg-view@v4 with: - view-path: "/cvmfs/clicdp.cern.ch/iLCSoft/lcg/${{ matrix.LCG }}/nightly/x86_64-centos7-${{ matrix.COMPILER }}-opt" + view-path: "/cvmfs/clicdp.cern.ch/iLCSoft/lcg/${{ matrix.LCG }}/nightly/x86_64-el9-${{ matrix.COMPILER }}-opt" setup-script: "init_ilcsoft.sh" run: | mkdir build