Update Travis CI and CircleCI to use macOS 10.14
This commit is contained in:
@@ -3,7 +3,7 @@ version: 2
|
||||
jobs:
|
||||
osx-python3.6:
|
||||
macos:
|
||||
xcode: "9.4.1"
|
||||
xcode: 10.2.1
|
||||
environment:
|
||||
PYTHON: python3
|
||||
steps:
|
||||
|
||||
@@ -28,6 +28,7 @@ jobs:
|
||||
|
||||
- name: macOS | x86_64 | Python 3.x
|
||||
os: osx
|
||||
osx_image: xcode10.2
|
||||
env: PYTHON=python3
|
||||
|
||||
- name: Windows | x86_64 | Python 3.6
|
||||
|
||||
Reference in New Issue
Block a user