From 74b95b12467d1c17e7b5192cc4716aac392690ca Mon Sep 17 00:00:00 2001
From: Florian Uhlig <f.uhlig@gsi.de>
Date: Thu, 10 Feb 2022 20:13:40 +0100
Subject: [PATCH] Update CI pipeline

Use also for macosx 11 the latest FairSoft and FairRoot release versions# Please enter the commit message for your changes. Lines starting
---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a76efea725..86e5b07595 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -320,8 +320,8 @@ FileLicenceCheck:
 
 .macosx_11_variables: &macosx_11_variables
     OS: "macOS_11"
-    FAIRSOFT_VERSION: "apr21p1"
-    FAIRROOT_VERSION: "v18.6.4"
+    FAIRSOFT_VERSION: "apr21p2"
+    FAIRROOT_VERSION: "v18.6.7"
     BASE_PATH: "/opt"
     SIMPATH: "$BASE_PATH/fairsoft/$FAIRSOFT_VERSION"
     FAIRROOTPATH: "$BASE_PATH/fairroot/${FAIRROOT_VERSION}_${FAIRSOFT_VERSION}"
-- 
GitLab