mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-17 02:53:51 +08:00
Fix OSX build failure
Use Python 3.12 instead of 3.11 to avoid brew link error with dependencies.
This commit is contained in:
parent
b7d0c14e32
commit
77981ba30b
2
.github/workflows/linux-build-and-test.yaml
vendored
2
.github/workflows/linux-build-and-test.yaml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user