Prechádzať zdrojové kódy

Merge pull request #9079 from ThomasWaldmann/brewfile-master

Brewfile: use openssl@3
TW 3 dní pred
rodič
commit
8bc39e7aac
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      Brewfile

+ 1 - 1
Brewfile

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