Fix OSX build failure

Use Python 3.12 instead of 3.11 to avoid brew link error
with dependencies.
This commit is contained in:
Konstantina Skovola 2024-01-22 11:09:52 +02:00 committed by Konstantina Skovola
parent b7d0c14e32
commit 77981ba30b

View File

@ -73,7 +73,7 @@ jobs:
# Force use of OpenSSL 3.1.4, since OpenSSL 3.2.0 crashes with recent
# PostgreSQL versions on OS X (see https://github.com/Homebrew/homebrew-core/issues/155651)
brew install --overwrite python@3.11
brew install --overwrite python@3.12
brew unlink openssl@3
curl -L https://raw.githubusercontent.com/Homebrew/homebrew-core/e68186ba5a05a6ea9a30d6c7744de9a46bd3aadd/Formula/o/openssl@3.rb > openssl@3.rb
brew install openssl@3.rb