diff --git a/images/macos/provision/core/mongodb.sh b/images/macos/provision/core/mongodb.sh index 552e35829..944ef21c3 100644 --- a/images/macos/provision/core/mongodb.sh +++ b/images/macos/provision/core/mongodb.sh @@ -8,6 +8,7 @@ source ~/utils/utils.sh echo "Installing mongodb..." brew tap mongodb/brew -brew_smart_install "mongodb-community" +brew_smart_install "mongodb-community@4.4" +ln -sf $(brew --prefix mongodb-community@4.4)/bin/* /usr/local/bin/ invoke_tests "Databases" "Mongo"