From 592b68486a89992bb85a952d75f2c55c63c33c17 Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Sat, 23 May 2020 23:22:48 -0600 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Xcode=20(11.5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 2 +- Jenkinsfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3b499e8..97b425b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/Jenkinsfile b/Jenkinsfile index 4ac8be5..2e747d3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 {