Explicitly install the macos10.14 headers to fix Travis builds for macOS notorization

configure: error: cannot run C compiled programs
This commit is contained in:
Ben Gotow 2019-10-29 10:48:50 -05:00
parent b16c7aa7b9
commit 0fc5823dd4

View file

@ -49,7 +49,7 @@ matrix:
env: CC=gcc-4.8 CXX=g++-4.8
dist: trusty
- os: osx
osx_image: xcode10.3
osx_image: xcode10.1
env: CC=clang CXX=clang++ SIGN_BUILD=true
before_install: