From: Alex Bennée Date: Wed, 16 Oct 2019 18:17:08 +0000 (+0100) Subject: travis.yml: bump Xcode 10 to latest dot release X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0cb3e7ba8fd04a578d6c66fbcff5d28fa7636d84;p=qemu.git travis.yml: bump Xcode 10 to latest dot release According to: https://docs.travis-ci.com/user/reference/osx/#macos-version we have 10.3 available so lets use it. I don't know what Apple's deprecation policy is for Xcode because it requires an AppleID to find out. Signed-off-by: Alex Bennée Reviewed-by: Philippe Mathieu-Daudé --- diff --git a/.travis.yml b/.travis.yml index f2b679fe70..da6a2063fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -247,7 +247,7 @@ matrix: - env: - CONFIG="--target-list=i386-softmmu,ppc-softmmu,ppc64-softmmu,m68k-softmmu,x86_64-softmmu" os: osx - osx_image: xcode10.2 + osx_image: xcode10.3 compiler: clang