⬆️ Xcode (11.5)

This commit is contained in:
Ben Chatelain 2020-05-23 23:22:48 -06:00
parent a23297b9e0
commit 592b68486a
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ version: ~> 1.0
# https://docs.travis-ci.com/user/reference/osx/#macos-version
os: osx
osx_image: xcode11.3 # macOS 10.14
osx_image: xcode11.5 # macOS 10.15.4
env:
global:

2
Jenkinsfile vendored
View file

@ -30,7 +30,7 @@ pipeline {
LANG = 'en_US.UTF-8'
LANGUAGE = 'en_US.UTF-8'
LC_ALL = 'en_US.UTF-8'
DEVELOPER_DIR = '/Applications/Xcode-11.4.1.app'
DEVELOPER_DIR = '/Applications/Xcode-11.5.app'
}
stages {