Merge pull request #9079 from ThomasWaldmann/brewfile-master

Brewfile: use openssl@3
This commit is contained in:
TW 2025-10-15 23:54:42 +02:00 committed by GitHub
commit 8bc39e7aac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@ brew 'pkgconf'
brew 'zstd'
brew 'lz4'
brew 'xxhash'
brew 'openssl@3.0'
brew 'openssl@3'
# osxfuse (aka macFUSE) is only required for "borg mount",
# but won't work on GitHub Actions' workers.