mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Added minimal supported macOS version to CI builds. (#3923)
This commit is contained in:
parent
8ea5b49c52
commit
34ee27805c
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -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 }} \
|
||||
..
|
||||
|
|
Loading…
Reference in a new issue