File tree 7 files changed +2
-12
lines changed
7 files changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 2
3
3
jobs :
4
4
osx-python3.6 :
5
5
macos :
6
- xcode : 10.2 .1
6
+ xcode : 9.4 .1
7
7
environment :
8
8
PYTHON : python3
9
9
steps :
Original file line number Diff line number Diff line change 28
28
29
29
- name : macOS | x86_64 | Python 3.x
30
30
os : osx
31
- osx_image : xcode10.2
32
31
env :
33
32
- PYTHON=python3
34
33
- PYTEST_ADDOPTS='-k "unit_test or test_0_basic" --suppress-no-test-exit-code'
Original file line number Diff line number Diff line change 67
67
- services : docker
68
68
# and a mac build
69
69
- os : osx
70
- # PyPy 7.3.2 needs macOS >= 10.14
71
- osx_image : xcode10.2
72
70
language : shell
73
71
# and a windows build
74
72
- os : windows
Original file line number Diff line number Diff line change 19
19
osx-wheels :
20
20
working_directory : ~/osx-wheels
21
21
macos :
22
- # PyPy 7.3.2 needs macOS >= 10.14
23
- xcode : 10.2.1
22
+ xcode : 10.0.0
24
23
steps :
25
24
- checkout
26
25
- run :
Original file line number Diff line number Diff line change 9
9
- services : docker
10
10
# and a mac build
11
11
- os : osx
12
- # PyPy 7.3.2 needs macOS >= 10.14
13
- osx_image : xcode10.2
14
12
language : shell
15
13
# and a windows build
16
14
- os : windows
Original file line number Diff line number Diff line change 15
15
arch : s390x
16
16
# and a mac build
17
17
- os : osx
18
- # PyPy 7.3.2 needs macOS >= 10.14
19
- osx_image : xcode10.2
20
18
language : shell
21
19
# and a windows build
22
20
- os : windows
Original file line number Diff line number Diff line change 64
64
- stage : deploy
65
65
name : Build and deploy macOS wheels
66
66
os : osx
67
- # PyPy 7.3.2 needs macOS >= 10.14
68
- osx_image : xcode10.2
69
67
language : shell
70
68
install : python3 -m pip install cibuildwheel==1.6.4
71
69
script : python3 -m cibuildwheel --output-dir wheelhouse
You can’t perform that action at this time.
0 commit comments