X-Git-Url: https://arthur.barton.de/gitweb/?p=bup.git;a=blobdiff_plain;f=.cirrus.yml;fp=.cirrus.yml;h=77d74b0811abdc92cb69aa24ab7162b6c2f01bca;hp=46cc25523419bc13d4344899138713b157b9570e;hb=12a622186da185a408305d58d9350dc341da2794;hpb=3463a099d5baa500c39fc795b51e70c667b3c2e1 diff --git a/.cirrus.yml b/.cirrus.yml index 46cc255..77d74b0 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -2,7 +2,7 @@ task: name: debian check/lint root container: - image: debian:buster + image: debian:bullseye cpu: 4 memory: 2 script: | @@ -15,7 +15,7 @@ task: task: name: debian long-check container: - image: debian:buster + image: debian:bullseye cpu: 4 memory: 2 script: | @@ -33,7 +33,7 @@ task: task: name: debian check container: - image: debian:buster + image: debian:bullseye cpu: 4 memory: 2 script: | @@ -55,12 +55,13 @@ task: set -xe dev/prep-for-freebsd-build python3 dev/system-info - BUP_PYTHON_CONFIG=python3.8-config make -j6 check + BUP_PYTHON_CONFIG=python3.9-config make -j6 check task: name: macos check - osx_instance: - image: catalina-base + macos_instance: + # https://cirrus-ci.org/guide/macOS/ + image: ghcr.io/cirruslabs/macos-monterey-base:latest script: | set -xe dev/prep-for-macos-build python3