Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 040e9ec

Browse files
committedApr 10, 2018
Travis: Use XCode 9.3 / macOS 10.13 for osx/iphone builds
1 parent 48890b1 commit 040e9ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,11 @@ matrix:
3333
compiler: gcc
3434
- env: GODOT_TARGET=osx TOOLS=yes CACHE_NAME=${GODOT_TARGET}-clang-tools
3535
os: osx
36+
osx_image: xcode9.3
3637
compiler: clang
3738
- env: GODOT_TARGET=iphone TOOLS=no CACHE_NAME=${GODOT_TARGET}-clang
3839
os: osx
40+
osx_image: xcode9.3
3941
compiler: clang
4042

4143
addons:

0 commit comments

Comments
 (0)
Please sign in to comment.