From 0111e9344845aab926799656ac48ce6cdb645119 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:35:43 +0900 Subject: [PATCH] ci(travis): update osx xcode image (#648) * 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 16dfe6d..fa34c06 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