fix(CI): Update macos openssl to 3 (#16846)

This commit is contained in:
Kitzunu
2023-07-29 15:26:03 +02:00
committed by GitHub
parent c0a17a2a83
commit d341492081
2 changed files with 2 additions and 2 deletions

View File

@@ -26,4 +26,4 @@ if ! command -v cmake &>/dev/null ; then
fi
##########################################
brew install openssl@1.1 readline boost bash-completion curl unzip mysql ccache
brew install openssl@3 readline boost bash-completion curl unzip mysql ccache