]> arthur.barton.de Git - bup.git/blobdiff - .cirrus.yml
cirrus: drop py2 on macos since brew did
[bup.git] / .cirrus.yml
index 5a6057a13df29ba3352d7782961517344e77f85f..23948164c12aabeb9818f20c5b687b0190ca5466 100644 (file)
@@ -105,23 +105,12 @@ task:
     set -xe
     dev/prep-for-freebsd-build python3
     dev/system-info
-    gmake -j6 PYTHON=python3 check
-
-task:
-  name: macos (py2)
-  osx_instance:
-    image: mojave-xcode-10.2
-  script: |
-    set -xe
-    dev/prep-for-macos-build python2
-    export PKG_CONFIG_PATH=/usr/local/opt/readline/lib/pkgconfig
-    dev/system-info
-    make -j4 PYTHON=python2 check
+    gmake -j6 PYTHON=python3.7 check
 
 task:
   name: macos (py3)
   osx_instance:
-    image: mojave-xcode-10.2
+    image: catalina-base
   script: |
     set -xe
     dev/prep-for-macos-build python3