From 0c37c387dc8ce8c7f323ff408ea0a0763e821c31 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Wed, 15 Oct 2025 17:20:30 +0200 Subject: [PATCH] Brewfile: use openssl@3 @3.0 is old, @3 installs something recent (or even that is installed already). --- Brewfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Brewfile b/Brewfile index ef0b6e1df..063f59f8c 100644 --- a/Brewfile +++ b/Brewfile @@ -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.