aboutsummaryrefslogtreecommitdiff
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 17:41:53 -0700
commitfeae5c0cba8088fb85d9365348e59047d1c2919a (patch)
treeb483590da1ae5cdc5afb9cea1d2d7898f3557984
parent6e37312a2a595b7f75e1190b2d15e88d54b366a7 (diff)
downloadpostgresql-feae5c0cba8088fb85d9365348e59047d1c2919a.tar.gz
postgresql-feae5c0cba8088fb85d9365348e59047d1c2919a.zip
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
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
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