forked from qt-creator/qt-creator
Github: Set macOS deployment target to 10.13
Change-Id: I4b8b29a083b3b0884326c8a96aad9d80f2eebf16 Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
1
.github/workflows/build_cmake.yml
vendored
1
.github/workflows/build_cmake.yml
vendored
@@ -345,6 +345,7 @@ jobs:
|
||||
run: |
|
||||
set(ENV{CC} ${{ matrix.config.cc }})
|
||||
set(ENV{CXX} ${{ matrix.config.cxx }})
|
||||
set(ENV{MACOSX_DEPLOYMENT_TARGET} "10.13")
|
||||
|
||||
if ("${{ runner.os }}" STREQUAL "Windows" AND NOT "x${{ matrix.config.environment_script }}" STREQUAL "x")
|
||||
execute_process(
|
||||
|
||||
Reference in New Issue
Block a user