Skip to content

Commit

Permalink
Explicitly install postgresql@14 with brew
Browse files Browse the repository at this point in the history
Installing just "postgresql" results in an annoying warning about the
formula having been renamed to "postgresql@14".
  • Loading branch information
vadz committed Oct 16, 2024
1 parent 57df691 commit 689e349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ case "$(uname)" in
Darwin)
case "${SOCI_CI_BACKEND}" in
postgresql)
brew install postgresql
brew install postgresql@14
;;
esac
;;
Expand Down

0 comments on commit 689e349

Please sign in to comment.