mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Support for 11.2 MacOS Big Sur
This commit is contained in:
parent
124db22f04
commit
ca382a5915
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user