From a0e717c662c8e6ff2fe19319dbc6c65e83efbf45 Mon Sep 17 00:00:00 2001 From: Andre Sailer <andre.philippe.sailer@cern.ch> Date: Mon, 6 Feb 2023 10:45:02 +0100 Subject: [PATCH] CI: gitlab: correct macName and use proper setup --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7978a24ab..daa49262a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,12 +3,12 @@ stages: - documentation - deployment -mac1015-clang110-Geant10.6: +mac11-clang12: stage: build tags: - mac script: - - source /cvmfs/sft.cern.ch/lcg/views/LCG_98python3/x86_64-mac1015-clang110-opt/setup.sh + - source /cvmfs/sft.cern.ch/lcg/views/LCG_102/x86_64-mac11-clang120-opt/setup.sh - export CXX=clang++ - export CC=clang - export FC="" @@ -27,12 +27,12 @@ mac1015-clang110-Geant10.6: - ninja install - ctest --output-on-failure -E t_ClientTests_Check_Shape_Eightpoint_Reflect_DetElement -mac1015-clang110-Geant10.6-XERCESC: +mac11-clang12-XERCESC: stage: build tags: - mac script: - - source /cvmfs/sft.cern.ch/lcg/views/LCG_98python3/x86_64-mac1015-clang110-opt/setup.sh + - source /cvmfs/sft.cern.ch/lcg/views/LCG_102/x86_64-mac11-clang120-opt/setup.sh - export CXX=clang++ - export CC=clang - export FC="" -- GitLab