Skip to content

Commit

Permalink
travis: Use newer xcode version
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
  • Loading branch information
patrickelectric committed Nov 27, 2019
1 parent 121db2d commit 4283ab4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ matrix:

# .dmg file deploy for Mac OS (release)
- os: osx
osx_image: xcode9.3
osx_image: xcode11.2
compiler: clang
env:
- DESC="dmg deploy"
Expand All @@ -65,7 +65,7 @@ matrix:

# .dmg file deploy for Mac OS (debug)
- os: osx
osx_image: xcode9.3
osx_image: xcode11.2
compiler: clang
env:
- DESC="dmg debug"
Expand Down

0 comments on commit 4283ab4

Please sign in to comment.