File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,21 @@ language: rust
3
3
rust : stable
4
4
matrix :
5
5
include :
6
- # macOS 10.12
7
- - env : TARGET=x86_64-apple-darwin CGFEATURES="--features elcapitan"
8
- # macOS 10.10
9
- - osx_image : xcode7.2
6
+ # macOS 10.11
7
+ - osx_image : xcode7.3
10
8
env : TARGET=x86_64-apple-darwin CGFEATURES=""
9
+ # macOS 10.12
10
+ - osx_image : xcode9.2
11
+ env : TARGET=x86_64-apple-darwin CGFEATURES="--features elcapitan"
11
12
# macOS 10.13
12
13
- osx_image : xcode9.4
13
14
env : TARGET=x86_64-apple-darwin CGFEATURES="--features highsierra,elcapitan"
15
+ # macOS 10.14
16
+ - osx_image : xcode11.3
17
+ env : TARGET=x86_64-apple-darwin CGFEATURES="--features highsierra,elcapitan"
18
+ # macOS 10.15
19
+ - osx_image : xcode12.2
20
+ env : TARGET=x86_64-apple-darwin CGFEATURES="--features highsierra,elcapitan"
14
21
15
22
install :
16
23
- rustup target add $TARGET
You can’t perform that action at this time.
0 commit comments