diff options
author | Andres Freund <andres@anarazel.de> | 2022-07-31 12:31:36 -0700 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2022-07-31 12:31:36 -0700 |
commit | e1c95e50e99ae8ed9a779c505a289e24a2df195e (patch) | |
tree | 3d9ae7149b263f92f350b48215916dfce7888247 | |
parent | 4ddfbd2a8ea9b41ced0cad1d984c833085f8ce91 (diff) | |
download | postgresql-e1c95e50e99ae8ed9a779c505a289e24a2df195e.tar.gz postgresql-e1c95e50e99ae8ed9a779c505a289e24a2df195e.zip |
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
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index f23d6cae552..72735d225a3 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 |