Update Travis CI and CircleCI to use macOS 10.14

This commit is contained in:
Yannick Jadoul
2020-09-27 13:44:48 +02:00
parent 6ef2f92dfc
commit 870bf3f740
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ version: 2
jobs:
osx-python3.6:
macos:
xcode: "9.4.1"
xcode: 10.2.1
environment:
PYTHON: python3
steps:
+1
View File
@@ -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