]> arthur.barton.de Git - bup.git/commitdiff
cirrus: make macos image match reality (catalina)
authorRob Browning <rlb@defaultvalue.org>
Wed, 25 Nov 2020 20:33:57 +0000 (14:33 -0600)
committerRob Browning <rlb@defaultvalue.org>
Wed, 25 Nov 2020 20:34:00 +0000 (14:34 -0600)
Apparently it's actually choosing catalina anyway (see the labels
during the runs), and that appears to be all that's supported now at
https://cirrus-ci.org/guide/macOS/

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
.cirrus.yml

index 5a6057a13df29ba3352d7782961517344e77f85f..0c6ee6690199c85f29d064d6b94350938d47d0c9 100644 (file)
@@ -110,7 +110,7 @@ task:
 task:
   name: macos (py2)
   osx_instance:
-    image: mojave-xcode-10.2
+    image: catalina-base
   script: |
     set -xe
     dev/prep-for-macos-build python2
@@ -121,7 +121,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