ci: switch to freebsd 13.1
authorAndres Freund <[email protected]>
Sun, 31 Jul 2022 19:31:36 +0000 (12:31 -0700)
committerAndres Freund <[email protected]>
Sun, 31 Jul 2022 19:31:36 +0000 (12:31 -0700)
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[email protected]
Backpatch: 15-, just like the CI support

.cirrus.yml

index f23d6cae5527a67b2f08ad174d7cd2621fddc86f..72735d225a3b2d3ec9dceffb21f434e198fbe1fa 100644 (file)
@@ -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