From: Andres Freund Date: Mon, 1 Aug 2022 00:40:42 +0000 (-0700) Subject: ci: remove minor version from freebsd image name X-Git-Tag: REL_16_BETA1~2097 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2827f108d136de518f8f1aa7b1bbef0588e0a680;p=thirdparty%2Fpostgresql.git ci: remove minor version from freebsd image name This way .cirrus.yml does not need to be changed just because freebsd releases a new minor version. Discussion: https://postgr.es/m/20220728095704.ryywoaz4dqqrwstc@alap3.anarazel.de Backpatch: 15-, just like the CI support --- diff --git a/.cirrus.yml b/.cirrus.yml index 72735d225a3..81eb8a9996d 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-1 + image: family/pg-ci-freebsd-13 platform: freebsd cpu: $CPUS memory: 2G