Update CIs to macOS 10.14 and XCode 10.3
This commit is contained in:
@@ -170,7 +170,7 @@ jobs:
|
||||
environment:
|
||||
<<: *common_environment
|
||||
macos:
|
||||
xcode: "9.4.1"
|
||||
xcode: "10.3.0"
|
||||
steps:
|
||||
- checkout
|
||||
- *init
|
||||
|
||||
@@ -22,7 +22,7 @@ matrix:
|
||||
git:
|
||||
depth: false
|
||||
- os: osx
|
||||
osx_image: xcode9.4
|
||||
osx_image: xcode10.3
|
||||
before_install:
|
||||
# appdmg doesn't work with old Node.js
|
||||
- if [ "$TRAVIS_OS_NAME" = osx ]; then nvm install 10; fi
|
||||
|
||||
Reference in New Issue
Block a user