Skip to content

Commit

Permalink
Add dev4 and remove LCG_97 from mac workflows
Browse files Browse the repository at this point in the history
Keep LCG_98 to have clang11 still in the mix
  • Loading branch information
tmadlener committed Mar 2, 2021
1 parent 36a1df7 commit 12708bb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 12708bb

Please sign in to comment.