Skip to content
Snippets Groups Projects
Commit f246d359 authored by Ben Gamari's avatar Ben Gamari
Browse files

Darwin: Set deployment target

parent b6a2691a
No related merge requests found
......@@ -137,6 +137,10 @@ jobs:
"validate-x86_64-darwin":
macos:
xcode: "9.0"
environment:
MACOSX_DEPLOYMENT_TARGET: "10.7"
# Only Sierra and onwards supports clock_gettime. See #12858
ac_cv_func_clock_gettime: "no"
environment:
<<: *buildenv
steps:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment