X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=.cirrus.yml;h=d676e7c3f6e6169f87ec04a264561fff806179c4;hb=b8e90ee2882c7b93d6c8c8fb1ef4cc6ed00aa2b3;hp=5a6057a13df29ba3352d7782961517344e77f85f;hpb=64e04395957f148bd41d3506bc603a9b1122c7df;p=bup.git diff --git a/.cirrus.yml b/.cirrus.yml index 5a6057a..d676e7c 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -105,12 +105,13 @@ task: set -xe dev/prep-for-freebsd-build python3 dev/system-info - gmake -j6 PYTHON=python3 check + gmake -j6 PYTHON=python3.7 check task: name: macos (py2) + allow_failures: true osx_instance: - image: mojave-xcode-10.2 + image: catalina-base script: | set -xe dev/prep-for-macos-build python2 @@ -121,7 +122,7 @@ task: task: name: macos (py3) osx_instance: - image: mojave-xcode-10.2 + image: catalina-base script: | set -xe dev/prep-for-macos-build python3