diff mbox series

[v1,08/19] travis.yml: bump Xcode 10 to latest dot release

Message ID 20191022191704.6134-9-alex.bennee@linaro.org
State Superseded
Headers show
Series testing/next before softfreeze | expand

Commit Message

Alex Bennée Oct. 22, 2019, 7:16 p.m. UTC
As 10.3 is available 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>

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.20.1

Comments

Philippe Mathieu-Daudé Oct. 23, 2019, 11:31 a.m. UTC | #1
Hi Alex,

On 10/22/19 9:16 PM, Alex Bennée wrote:
> As 10.3 is available lets use it. I don't know what Apple's

> deprecation policy is for Xcode because it requires an AppleID to find

> out.


Can you add a link to:
https://docs.travis-ci.com/user/reference/osx/#macos-version

> 

> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

> ---

>   .travis.yml | 2 +-

>   1 file changed, 1 insertion(+), 1 deletion(-)

> 

> diff --git a/.travis.yml b/.travis.yml

> index f2b679fe701..da6a2063fca 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

>   

>   

>
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index f2b679fe701..da6a2063fca 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