summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2025-03-05 10:29:08 -0500
committerAndres Freund <andres@anarazel.de>2025-03-05 10:29:08 -0500
commit3f4c5e38e8818bc3a29f8efae4e7b68055dd31c7 (patch)
tree8e68183d7e6c50ff66333517d412dce4a74ec48c
parent4e026be5f15994a7036eaca172126226e053f655 (diff)
ci: Upgrade FreeBSD image
Upgrade to the current stable version. To avoid needing commits like this in the future, the CI image name now doesn't contain the OS version number anymore. Backpatch to all versions with CI support, we don't want to generate CI images for multiple FreeBSD versions. Author: Nazir Bilal Yavuz <byavuz81@gmail.com> Discussion: https://postgr.es/m/CAN55FZ3_P4JJ6tWZafjf-_XbHgG6DQGXhH-y6Yp78_bwBJjcww@mail.gmail.com
-rw-r--r--.cirrus.tasks.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.tasks.yml b/.cirrus.tasks.yml
index 8cbadc5849b..aa7c7dcd34d 100644
--- a/.cirrus.tasks.yml
+++ b/.cirrus.tasks.yml
@@ -126,13 +126,13 @@ task:
task:
- name: FreeBSD - 13 - Meson
+ name: FreeBSD - Meson
env:
CPUS: 4
BUILD_JOBS: 4
TEST_JOBS: 8
- IMAGE_FAMILY: pg-ci-freebsd-13
+ IMAGE_FAMILY: pg-ci-freebsd
DISK_SIZE: 50
CCACHE_DIR: /tmp/ccache_dir