From: Daniele Varrazzo Date: Tue, 17 Jan 2023 01:38:35 +0000 (+0100) Subject: ci: bump to PostgreSQL 15 on macOS package build X-Git-Tag: pool-3.2.0~131 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd1659118e96a48f22b4e67ff17c2cdab8bd0e84;p=thirdparty%2Fpsycopg.git ci: bump to PostgreSQL 15 on macOS package build Try to do without brew update, which at the moment downloads half a million of packages we don't use and then barfs on some java crap. --- diff --git a/tools/build/wheel_macos_before_all.sh b/tools/build/wheel_macos_before_all.sh index 285a063a3..0ddf4263b 100755 --- a/tools/build/wheel_macos_before_all.sh +++ b/tools/build/wheel_macos_before_all.sh @@ -8,10 +8,7 @@ set -x dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" -brew update -brew install gnu-sed postgresql@14 -# Fetch 14.1 if 14.0 is still the default version -brew reinstall postgresql +brew install gnu-sed postgresql@15 # Start the database for testing brew services start postgresql