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:
include:
# slowest first
- os: osx
osx_image: xcode11.3
osx_image: xcode10.3
env: PY=2
python: 2
language: c
compiler: clang
cache: false
- os: osx
osx_image: xcode11.3
osx_image: xcode10.3
env: PY=3
python: 3
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