Added minimal supported macOS version to CI builds. (#3923)

This commit is contained in:
23rd 2022-08-15 23:41:40 +03:00 committed by GitHub
parent 8ea5b49c52
commit 34ee27805c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -197,6 +197,7 @@ jobs:
cd build
cmake \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_OSX_DEPLOYMENT_TARGET=10.15 \
-DOPENSSL_ROOT_DIR=/usr/local/opt/openssl \
-DUSE_PRECOMPILED_HEADERS=${{ matrix.pch }} \
..