From a72ea0abca9a94a2a20c0085593f413aea15fde0 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Mon, 13 Jan 2020 18:39:25 +0100 Subject: [PATCH] Travis CI: Upgrade to the latest Xcode images (#1519) --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c5e31471..91393111 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,9 +21,9 @@ dist: # https://docs.travis-ci.com/user/reference/osx/#macos-version osx_image: -- xcode9.4 +- xcode9.4.1 - xcode10.3 -- xcode11.2 +- xcode11.3 env: - PYTHON_BUILD_VERSION=3.8.0