forked from josch/img2pdf
.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
|
||||
- name: "python 3.7 MacOs"
|
||||
os: osx
|
||||
osx_image: xcode12.2 # pikepdf import fails with earlier versions
|
||||
language: shell # 'language: python' is an error on Travis CI macOS
|
||||
cache:
|
||||
directories:
|
||||
|
|
Loading…
Reference in a new issue