Skip to content

Commit

Permalink
travis: update Xcode to 11.3
Browse files Browse the repository at this point in the history
The rng tests in 10.1 give some really weird results.
  • Loading branch information
mlangsdorf committed Apr 17, 2020
1 parent b9463f9 commit 93296d2
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 @@ -112,9 +112,9 @@ jobs:
- $HOME/.ccache

- env: CLANG=clang++ NATIVE=osx OSX_MIN=10.13 TILES=1 SOUND=1 BREWGETTEXT=1
name: "Xcode 10.1 Make build with Tiles and sound (macOS)"
name: "Xcode 11.3 Make build with Tiles and sound (macOS)"
os: osx
osx_image: xcode10.1
osx_image: xcode11.3
compiler: clang

# Finally check the compiler variants
Expand Down

0 comments on commit 93296d2

Please sign in to comment.