mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-30 20:07:48 +08:00
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:
parent
b16c7aa7b9
commit
0fc5823dd4
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue