From: Uwe Köcher Date: Thu, 29 Jul 2021 08:45:01 +0000 (+0200) Subject: detects macos bigsur (11.5*) X-Git-Tag: v9.3.3-r1~1^2~8^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8f0cde3bb416253c400849194f198c0c3f7f8fb;p=candi.git detects macos bigsur (11.5*) --- diff --git a/candi.sh b/candi.sh index 9bd6228..c508cc8 100755 --- a/candi.sh +++ b/candi.sh @@ -608,6 +608,7 @@ guess_platform() { 10.14*) echo macos_mojave;; 10.15*) echo macos_catalina;; 11.4*) echo macos_bigsur;; + 11.5*) echo macos_bigsur;; esac elif [ ! -z "${CRAYOS_VERSION}" ]; then