mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Added the BigSur 11.6 in the supported os list
This commit is contained in:
parent
a7b137829f
commit
285528f407
@ -93,8 +93,8 @@ case $(uname -s) in
|
|||||||
10.15)
|
10.15)
|
||||||
echo "Installing solidity dependencies on macOS 10.15 Catalina."
|
echo "Installing solidity dependencies on macOS 10.15 Catalina."
|
||||||
;;
|
;;
|
||||||
11.0 | 11.1 | 11.2 | 11.3 | 11.4 | 11.5)
|
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 Big Sur."
|
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."
|
echo "Unsupported macOS version."
|
||||||
|
Loading…
Reference in New Issue
Block a user