diff options
| author | Alex Bennée <alex.bennee@linaro.org> | 2019-10-16 19:17:08 +0100 |
|---|---|---|
| committer | Alex Bennée <alex.bennee@linaro.org> | 2019-10-25 19:23:53 +0100 |
| commit | 0cb3e7ba8fd04a578d6c66fbcff5d28fa7636d84 (patch) | |
| tree | ba300153d125580282709a55558471c579862208 | |
| parent | 61ac3dcc15f65509cdaf063a9bd071b8f488f447 (diff) | |
| download | focaccia-qemu-0cb3e7ba8fd04a578d6c66fbcff5d28fa7636d84.tar.gz focaccia-qemu-0cb3e7ba8fd04a578d6c66fbcff5d28fa7636d84.zip | |
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 <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |