mirror of https://github.com/Kylart/KawAnime.git
Downgraded xCode version to 10.0
This commit is contained in:
parent
da92b16a06
commit
ad5b9d0ff7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue