File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,6 @@ python:
3030 - " pypy" # currently Python 2.7.13, PyPy 7.1.1
3131 - " pypy3" # currently Python 3.6.1, PyPy 7.1.1-beta0
3232
33- # https://docs.travis-ci.com/user/reference/osx/
34- # macOS 10.15.7 - otherwise defaults to Mac macOS 10.13 with xcode9.4 otherwise - and HomeBrew update takes 50 minutes until the build times out :-/
35- osx_image : xcode12.2
36-
3733matrix :
3834 fast_finish : true
3935 include :
@@ -44,6 +40,9 @@ matrix:
4440
4541 - os : osx
4642 language : generic # workaround since Mac doesn't have Python support yet, so install to system Python
43+ # https://docs.travis-ci.com/user/reference/osx/
44+ # macOS 10.15.7 - otherwise defaults to Mac macOS 10.13 with xcode9.4 otherwise - and HomeBrew update takes 50 minutes until the build times out :-/
45+ osx_image : xcode12.2
4746
4847 - os : linux
4948 language : python
You can’t perform that action at this time.
0 commit comments