.travis.yml: set osx_image: xcode12.2 or pikepdf import fails
This commit is contained in:
parent
454d4e7775
commit
17fd73aed8
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ matrix:
|
||||||
env: PATH=/c/Python39:/c/Python39/Scripts:$PATH
|
env: PATH=/c/Python39:/c/Python39/Scripts:$PATH
|
||||||
- name: "python 3.7 MacOs"
|
- name: "python 3.7 MacOs"
|
||||||
os: osx
|
os: osx
|
||||||
|
osx_image: xcode12.2 # pikepdf import fails with earlier versions
|
||||||
language: shell # 'language: python' is an error on Travis CI macOS
|
language: shell # 'language: python' is an error on Travis CI macOS
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
|
|
Loading…
Reference in a new issue