Change examples to use macOS >= 10.14
This commit is contained in:
@@ -67,6 +67,8 @@ jobs:
|
|||||||
- services: docker
|
- services: docker
|
||||||
# and a mac build
|
# and a mac build
|
||||||
- os: osx
|
- os: osx
|
||||||
|
# PyPy 7.3.2 needs macOS >= 10.14
|
||||||
|
osx_image: xcode10.2
|
||||||
language: shell
|
language: shell
|
||||||
# and a windows build
|
# and a windows build
|
||||||
- os: windows
|
- os: windows
|
||||||
|
|||||||
@@ -19,7 +19,8 @@ jobs:
|
|||||||
osx-wheels:
|
osx-wheels:
|
||||||
working_directory: ~/osx-wheels
|
working_directory: ~/osx-wheels
|
||||||
macos:
|
macos:
|
||||||
xcode: "10.0.0"
|
# PyPy 7.3.2 needs macOS >= 10.14
|
||||||
|
xcode: 10.2.1
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
|
|||||||
@@ -9,6 +9,8 @@ jobs:
|
|||||||
- services: docker
|
- services: docker
|
||||||
# and a mac build
|
# and a mac build
|
||||||
- os: osx
|
- os: osx
|
||||||
|
# PyPy 7.3.2 needs macOS >= 10.14
|
||||||
|
osx_image: xcode10.2
|
||||||
language: shell
|
language: shell
|
||||||
# and a windows build
|
# and a windows build
|
||||||
- os: windows
|
- os: windows
|
||||||
|
|||||||
@@ -15,6 +15,8 @@ jobs:
|
|||||||
arch: s390x
|
arch: s390x
|
||||||
# and a mac build
|
# and a mac build
|
||||||
- os: osx
|
- os: osx
|
||||||
|
# PyPy 7.3.2 needs macOS >= 10.14
|
||||||
|
osx_image: xcode10.2
|
||||||
language: shell
|
language: shell
|
||||||
# and a windows build
|
# and a windows build
|
||||||
- os: windows
|
- os: windows
|
||||||
|
|||||||
@@ -64,6 +64,8 @@ jobs:
|
|||||||
- stage: deploy
|
- stage: deploy
|
||||||
name: Build and deploy macOS wheels
|
name: Build and deploy macOS wheels
|
||||||
os: osx
|
os: osx
|
||||||
|
# PyPy 7.3.2 needs macOS >= 10.14
|
||||||
|
osx_image: xcode10.2
|
||||||
language: shell
|
language: shell
|
||||||
install: python3 -m pip install cibuildwheel==1.6.1
|
install: python3 -m pip install cibuildwheel==1.6.1
|
||||||
script: python3 -m cibuildwheel --output-dir wheelhouse
|
script: python3 -m cibuildwheel --output-dir wheelhouse
|
||||||
|
|||||||
Reference in New Issue
Block a user