From 12708bb5a2113278972f595e07a10fede8eb59b6 Mon Sep 17 00:00:00 2001 From: tmadlener Date: Tue, 2 Mar 2021 10:20:58 +0100 Subject: [PATCH] Add dev4 and remove LCG_97 from mac workflows Keep LCG_98 to have clang11 still in the mix --- .github/workflows/mac.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index 79356dfd5..9ddab0a6c 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -8,12 +8,12 @@ jobs: strategy: fail-fast: false matrix: - sio: [OFF] - LCG: ["LCG_98python3/x86_64-mac1015-clang110-opt", - "LCG_97apython3/x86_64-mac1015-clang110-opt"] + sio: [ON] + LCG: ["LCG_99/x86_64-mac1015-clang120-opt", + "dev4/x86_64-mac1015-clang120-opt"] include: - - LCG: "LCG_99/x86_64-mac1015-clang120-opt" - sio: ON + - LCG: "LCG_98python3/x86_64-mac1015-clang110-opt" + sio: OFF steps: - uses: actions/checkout@v2 - uses: cvmfs-contrib/github-action-cvmfs@v2