diff --git a/scripts/install_deps.sh b/scripts/install_deps.sh index 52ecc936c..8fa65667a 100755 --- a/scripts/install_deps.sh +++ b/scripts/install_deps.sh @@ -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) - echo "Installing solidity dependencies on macOS 11.0 / 11.1 / 11.2 Big Sur." + 11.0 | 11.1 | 11.2 | 11.3 | 11.4) + echo "Installing solidity dependencies on macOS 11.0 / 11.1 / 11.2 / 11.3 / 11.4 Big Sur." ;; *) echo "Unsupported macOS version."