mirror of
https://github.com/actions/runner-images.git
synced 2026-01-04 17:18:52 +08:00
[macos] stick to mongodb 4.4 (#3484)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user