Update CIs to macOS 10.14 and XCode 10.3

This commit is contained in:
Hyunjin Song
2020-12-01 11:01:39 +09:00
parent c49ca376bf
commit aff2ebcce0
2 changed files with 2 additions and 2 deletions

View File

@@ -170,7 +170,7 @@ jobs:
environment:
<<: *common_environment
macos:
xcode: "9.4.1"
xcode: "10.3.0"
steps:
- checkout
- *init

View File

@@ -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