summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2022-07-31 17:40:42 -0700
committerAndres Freund <andres@anarazel.de>2022-07-31 18:51:47 -0700
commit2827f108d136de518f8f1aa7b1bbef0588e0a680 (patch)
tree491df44d0b1a26444521fb647f7f8f4a5b168cb3 /.cirrus.yml
parent7ff358b76a106d3950e798a351c0e97d5b5abfe6 (diff)
downloadpostgresql-2827f108d136de518f8f1aa7b1bbef0588e0a680.tar.gz
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
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 72735d225a..81eb8a9996 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