From 56b2c6f5a0edf773791c4250c13e50458e0b37ff Mon Sep 17 00:00:00 2001 From: Andre Sailer Date: Tue, 24 Sep 2024 14:13:00 +0200 Subject: [PATCH 1/2] CI: move to el9 --- .github/workflows/linux.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 26a5d38..42c6cf9 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -7,15 +7,15 @@ jobs: 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 From c1a944b389318600f6450262e4405ad797a1db2f Mon Sep 17 00:00:00 2001 From: Andre Sailer Date: Tue, 24 Sep 2024 14:13:48 +0200 Subject: [PATCH 2/2] Update linux.yml --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 42c6cf9..e54417c 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -2,7 +2,7 @@ name: linux on: [push, pull_request] jobs: - centos7: + Linux: runs-on: ubuntu-latest strategy: fail-fast: false