Set macos deployment target explicitly

This commit is contained in:
Nicolas Werner 2022-09-22 18:08:12 +02:00
parent 2bfc17104e
commit a3d97ee1f4
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9

View file

@ -89,6 +89,7 @@ build-macos:
-DUSE_BUNDLED_OPENSSL=ON
-DUSE_BUNDLED_BOOST=ON
-DCI_BUILD=ON
-DCMAKE_OSX_DEPLOYMENT_TARGET=10.15
- cmake --build build
- (cd build && git clone https://github.com/Nheko-Reborn/qt-jdenticon.git && cd qt-jdenticon && qmake && make -j 4 && cp libqtjdenticon.dylib ../nheko.app/Contents/MacOS)
after_script: