From 2a1c0c0591ba53129fc0d65ac8f81f83ebff847f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=A8=E3=83=AA=E3=82=B9?= Date: Thu, 3 Sep 2020 19:34:47 +0900 Subject: [PATCH] ci(travis): update osx xcode image (#768) * ci(travis): update osx xcode image * ci: use travis's latest supported osx_image xcode11.6 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6d354ac4b..4fa0b5a22 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ node_js: 12 _ios: &_ios os: osx - osx_image: xcode10.3 + osx_image: xcode11.6 _android: &_android language: android