Github: Set macOS deployment target to 10.13

Change-Id: I4b8b29a083b3b0884326c8a96aad9d80f2eebf16
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
Eike Ziller
2020-07-01 16:07:41 +02:00
parent 4eaacced6d
commit 24e7d042ba

View File

@@ -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(