Commit 09e128be authored by Stefan Behnel's avatar Stefan Behnel

Downgrade travis macos image to 10.3 to see if that fixes the Py2 builds.

parent 7a8e8890
...@@ -41,14 +41,14 @@ matrix: ...@@ -41,14 +41,14 @@ matrix:
include: include:
# slowest first # slowest first
- os: osx - os: osx
osx_image: xcode11.3 osx_image: xcode10.3
env: PY=2 env: PY=2
python: 2 python: 2
language: c language: c
compiler: clang compiler: clang
cache: false cache: false
- os: osx - os: osx
osx_image: xcode11.3 osx_image: xcode10.3
env: PY=3 env: PY=3
python: 3 python: 3
language: c language: c
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment