From 9c9fc20e6fdf34d480b55bd517487b0affbf18e0 Mon Sep 17 00:00:00 2001 From: Andres Freund Date: Sun, 31 Jul 2022 12:31:40 -0700 Subject: [PATCH] ci: switch to freebsd 13.1 freebsd 13.0 is out of support, switch to 13.1. It might be a good idea to remove the minor version number from the image name, but there's not been a response to that so far... Discussion: https://postgr.es/m/20220728095704.ryywoaz4dqqrwstc@alap3.anarazel.de Backpatch: 15-, just like the CI support --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index f23d6cae55..72735d225a 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -52,7 +52,7 @@ task: compute_engine_instance: image_project: $IMAGE_PROJECT - image: family/pg-ci-freebsd-13-0 + image: family/pg-ci-freebsd-13-1 platform: freebsd cpu: $CPUS memory: 2G