Merge pull request #12224 from dbrans/patch-2

Added the BigSur 11.6 in the supported os list
This commit is contained in:
chriseth
2021-11-03 14:53:10 +01:00
committed by GitHub
+2 -2
View File
@@ -93,8 +93,8 @@ case $(uname -s) in
10.15)
echo "Installing solidity dependencies on macOS 10.15 Catalina."
;;
11.0 | 11.1 | 11.2 | 11.3 | 11.4 | 11.5)
echo "Installing solidity dependencies on macOS 11.0 / 11.1 / 11.2 / 11.3 / 11.4 / 11.5 Big Sur."
11.0 | 11.1 | 11.2 | 11.3 | 11.4 | 11.5 | 11.6)
echo "Installing solidity dependencies on macOS 11.0 / 11.1 / 11.2 / 11.3 / 11.4 / 11.5 / 11.6 Big Sur."
;;
*)
echo "Unsupported macOS version."