From: Daniele Varrazzo Date: Thu, 11 Nov 2021 20:37:20 +0000 (+0100) Subject: Upgrade libpq in macOS packages X-Git-Tag: 3.0.4~2^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d16c1d176e7f8d8946d29d39541b68ce8697ec79;p=thirdparty%2Fpsycopg.git Upgrade libpq in macOS packages --- diff --git a/tools/build/wheel_macos_before_all.sh b/tools/build/wheel_macos_before_all.sh index f8b0d7c30..285a063a3 100755 --- a/tools/build/wheel_macos_before_all.sh +++ b/tools/build/wheel_macos_before_all.sh @@ -8,7 +8,10 @@ set -x dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" -brew install gnu-sed postgresql@13 +brew update +brew install gnu-sed postgresql@14 +# Fetch 14.1 if 14.0 is still the default version +brew reinstall postgresql # Start the database for testing brew services start postgresql