Skip to content

Commit 1e51b07

Browse files
committed
Move OSX images back to 10.12 from 10.13
Apparently that's what's causing the OSX breakage?
1 parent c1b5274 commit 1e51b07

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -120,15 +120,20 @@ matrix:
120120

121121
# On OSX we want to target 10.7 so we ensure that the appropriate
122122
# environment variable is set to tell the linker what we want.
123+
#
124+
# TODO: figure out why `xcode9.3`, the first image with OSX 10.13, breaks.
125+
# Unclear why!
123126
- os: osx
124127
env: TARGET=i686-apple-darwin
125128
MACOSX_DEPLOYMENT_TARGET=10.7
126129
if: branch != master
130+
osx_image: xcode9.2
127131
- os: osx
128132
env: TARGET=x86_64-apple-darwin
129133
MACOSX_DEPLOYMENT_TARGET=10.7
130134
NO_ADD=1
131135
if: branch != master
136+
osx_image: xcode9.2
132137
allow_failures:
133138
- env: TARGET=x86_64-unknown-netbsd
134139
DOCKER=alexcrichton/rust-slave-linux-cross:2016-11-11

0 commit comments

Comments
 (0)