Downgraded xCode version to 10.0

This commit is contained in:
Kylart 2019-07-03 23:59:26 +02:00
parent da92b16a06
commit ad5b9d0ff7
1 changed files with 1 additions and 3 deletions

View File

@ -14,14 +14,12 @@ jobs:
include:
-
os: osx
osx_image: xcode10.2
osx_image: xcode10
env:
- ELECTRON_CACHE=$HOME/.cache/electron
- ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder
- MATRIX_EVAL="brew install gcc && CC=gcc-5 && CXX=g++-5"
name: Mac
before_script:
- "export DISPLAY=:99.0"
script:
- node --version
- npm --version