From 872cbb7888c989307dc189600b0353fd42899bfe Mon Sep 17 00:00:00 2001 From: Mathieu Date: Wed, 11 Dec 2024 20:10:46 +0100 Subject: [PATCH] using upgrade to upgrade brew openssl --- scripts/ci/osx/install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/ci/osx/install.sh b/scripts/ci/osx/install.sh index 6b8a5f71..39566fde 100755 --- a/scripts/ci/osx/install.sh +++ b/scripts/ci/osx/install.sh @@ -3,8 +3,7 @@ set -ev echo "install.sh" -brew uninstall --ignore-dependencies openssl@1.1 -brew install openssl@3 +brew upgrade openssl brew install jq lftp brew uninstall wget brew install wget