File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ matrix:
37
37
# OSX builders running tests, these run the full test suite.
38
38
#
39
39
# 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.
41
41
- env : >
42
42
RUST_CHECK_TARGET=check
43
43
RUST_CONFIGURE_ARGS="--build=x86_64-apple-darwin --enable-sanitizers --enable-profiler"
@@ -47,7 +47,7 @@ matrix:
47
47
MACOSX_DEPLOYMENT_TARGET=10.8
48
48
MACOSX_STD_DEPLOYMENT_TARGET=10.7
49
49
os: osx
50
- osx_image: xcode8.2
50
+ osx_image: xcode8.3
51
51
- env : >
52
52
RUST_CHECK_TARGET=check
53
53
RUST_CONFIGURE_ARGS=--build=i686-apple-darwin
@@ -57,7 +57,7 @@ matrix:
57
57
MACOSX_DEPLOYMENT_TARGET=10.8
58
58
MACOSX_STD_DEPLOYMENT_TARGET=10.7
59
59
os: osx
60
- osx_image: xcode8.2
60
+ osx_image: xcode8.3
61
61
62
62
# OSX builders producing releases. These do not run the full test suite and
63
63
# just produce a bunch of artifacts.
You can’t perform that action at this time.
0 commit comments