File tree 1 file changed +4
-2
lines changed 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 8
8
depth : 1
9
9
submodules : false
10
10
11
- osx_image : xcode8.2
12
-
13
11
matrix :
14
12
include :
15
13
# Linux builders, all docker images
@@ -41,6 +39,7 @@ matrix:
41
39
RUST_CONFIGURE_ARGS=--build=x86_64-apple-darwin
42
40
SRC=.
43
41
os: osx
42
+ osx_image: xcode8.2
44
43
before_script: &osx_before_script >
45
44
ulimit -c unlimited
46
45
install: &osx_install_sccache >
@@ -59,6 +58,7 @@ matrix:
59
58
SRC=.
60
59
DEPLOY=1
61
60
os: osx
61
+ osx_image: xcode8.2
62
62
before_script: *osx_before_script
63
63
install: *osx_install_sccache
64
64
after_failure: *osx_after_failure
@@ -67,6 +67,7 @@ matrix:
67
67
RUST_CONFIGURE_ARGS=--build=x86_64-apple-darwin --disable-rustbuild
68
68
SRC=.
69
69
os: osx
70
+ osx_image: xcode8.2
70
71
before_script: *osx_before_script
71
72
install: *osx_install_sccache
72
73
after_failure: *osx_after_failure
@@ -76,6 +77,7 @@ matrix:
76
77
SRC=.
77
78
DEPLOY=1
78
79
os: osx
80
+ osx_image: xcode8.2
79
81
before_script: *osx_before_script
80
82
install: *osx_install_sccache
81
83
after_failure: *osx_after_failure
You can’t perform that action at this time.
0 commit comments