Bump OpenSSL requirement to 3.0.2

Addresses:
* [CVE-2022-0778](https://github.com/advisories/GHSA-x3mh-jvjw-3xwx)
* [OpenSSL 1.1.1 End of Life](https://www.openssl.org/blog/blog/2023/09/11/eol-111/)

PR #19638.
This commit is contained in:
xavier2k6
2023-09-26 04:51:53 +01:00
committed by GitHub
parent f3b688217e
commit cacae42e5e
3 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ jobs:
env:
boost_path: "${{ github.workspace }}/../boost"
openssl_root: /usr/local/opt/openssl@1.1
openssl_root: /usr/local/opt/openssl@3
steps:
- name: Checkout repository
@@ -41,7 +41,7 @@ jobs:
brew update > /dev/null
brew install \
cmake ninja \
openssl@1.1 zlib
openssl@3 zlib
- name: Setup ccache
uses: Chocobo1/setup-ccache-action@v1