Skip to content

Commit a6cd374

Browse files
committed
Upgrade the Travis CI macOS Xcode version to 8.3
1 parent 2f1ef9e commit a6cd374

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ matrix:
3737
# OSX builders running tests, these run the full test suite.
3838
#
3939
# Note that the compiler is compiled to target 10.8 here because the Xcode
40-
# version that we're using, 8.2, cannot compile LLVM for OSX 10.7.
40+
# version that we're using, 8.3, cannot compile LLVM for OSX 10.7.
4141
- env: >
4242
RUST_CHECK_TARGET=check
4343
RUST_CONFIGURE_ARGS="--build=x86_64-apple-darwin --enable-sanitizers --enable-profiler"
@@ -47,7 +47,7 @@ matrix:
4747
MACOSX_DEPLOYMENT_TARGET=10.8
4848
MACOSX_STD_DEPLOYMENT_TARGET=10.7
4949
os: osx
50-
osx_image: xcode8.2
50+
osx_image: xcode8.3
5151
- env: >
5252
RUST_CHECK_TARGET=check
5353
RUST_CONFIGURE_ARGS=--build=i686-apple-darwin
@@ -57,7 +57,7 @@ matrix:
5757
MACOSX_DEPLOYMENT_TARGET=10.8
5858
MACOSX_STD_DEPLOYMENT_TARGET=10.7
5959
os: osx
60-
osx_image: xcode8.2
60+
osx_image: xcode8.3
6161
6262
# OSX builders producing releases. These do not run the full test suite and
6363
# just produce a bunch of artifacts.

0 commit comments

Comments
 (0)