Merge pull request #11231 from anurag-git/macos-dep-changes

Support for 11.2 MacOS Big Sur
This commit is contained in:
chriseth
2021-04-12 14:06:48 +02: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)
echo "Installing solidity dependencies on macOS 11.0 / 11.1 Big Sur."
11.0 | 11.1 | 11.2)
echo "Installing solidity dependencies on macOS 11.0 / 11.1 / 11.2 Big Sur."
;;
*)
echo "Unsupported macOS version."