Skip to content

Commit 3733524

Browse files
committed
Revert "Update Travis CI and CircleCI to use macOS 10.14 " and "Change examples to use macOS >= 10.14"
This reverts commits 870bf3f and cd53552.
1 parent b6d968b commit 3733524

7 files changed

+2
-12
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
jobs:
44
osx-python3.6:
55
macos:
6-
xcode: 10.2.1
6+
xcode: 9.4.1
77
environment:
88
PYTHON: python3
99
steps:

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828

2929
- name: macOS | x86_64 | Python 3.x
3030
os: osx
31-
osx_image: xcode10.2
3231
env:
3332
- PYTHON=python3
3433
- PYTEST_ADDOPTS='-k "unit_test or test_0_basic" --suppress-no-test-exit-code'

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ jobs:
6767
- services: docker
6868
# and a mac build
6969
- os: osx
70-
# PyPy 7.3.2 needs macOS >= 10.14
71-
osx_image: xcode10.2
7270
language: shell
7371
# and a windows build
7472
- os: windows

examples/circleci-minimal.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ jobs:
1919
osx-wheels:
2020
working_directory: ~/osx-wheels
2121
macos:
22-
# PyPy 7.3.2 needs macOS >= 10.14
23-
xcode: 10.2.1
22+
xcode: 10.0.0
2423
steps:
2524
- checkout
2625
- run:

examples/travis-ci-deploy.yml

-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ jobs:
99
- services: docker
1010
# and a mac build
1111
- os: osx
12-
# PyPy 7.3.2 needs macOS >= 10.14
13-
osx_image: xcode10.2
1412
language: shell
1513
# and a windows build
1614
- os: windows

examples/travis-ci-minimal.yml

-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
arch: s390x
1616
# and a mac build
1717
- os: osx
18-
# PyPy 7.3.2 needs macOS >= 10.14
19-
osx_image: xcode10.2
2018
language: shell
2119
# and a windows build
2220
- os: windows

examples/travis-ci-test-and-deploy.yml

-2
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ jobs:
6464
- stage: deploy
6565
name: Build and deploy macOS wheels
6666
os: osx
67-
# PyPy 7.3.2 needs macOS >= 10.14
68-
osx_image: xcode10.2
6967
language: shell
7068
install: python3 -m pip install cibuildwheel==1.6.4
7169
script: python3 -m cibuildwheel --output-dir wheelhouse

0 commit comments

Comments
 (0)