Skip to content

Commit feae5c0

Browse files
committed
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/[email protected] Backpatch: 15-, just like the CI support
1 parent 6e37312 commit feae5c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .cirrus.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ task:
5252

5353
compute_engine_instance:
5454
image_project: $IMAGE_PROJECT
55-
image: family/pg-ci-freebsd-13-1
55+
image: family/pg-ci-freebsd-13
5656
platform: freebsd
5757
cpu: $CPUS
5858
memory: 2G

0 commit comments

Comments
 (0)