From d16c1d176e7f8d8946d29d39541b68ce8697ec79 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Thu, 11 Nov 2021 21:37:20 +0100 Subject: [PATCH] Upgrade libpq in macOS packages --- tools/build/wheel_macos_before_all.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.47.2