From 3c56e2b34dbfeb594310a0a2ace94f330a0ac2fa Mon Sep 17 00:00:00 2001 From: lowmh <83018413+lowmh@users.noreply.github.com> Date: Fri, 27 Aug 2021 22:33:27 +0800 Subject: [PATCH] Update travis.yml update xcode version --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 72838078abf..135d6a3d7ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -osx_image: xcode12.2 +osx_image: xcode13 language: node_js env: @@ -40,4 +40,4 @@ script: branches: except: - - "/^v\\d+\\.\\d+\\.\\d+$/" \ No newline at end of file + - "/^v\\d+\\.\\d+\\.\\d+$/"