Skip to content

Commit 3f4c5e3

Browse files
committed
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
1 parent 4e026be commit 3f4c5e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.tasks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,13 +126,13 @@ task:
126126
127127
128128
task:
129-
name: FreeBSD - 13 - Meson
129+
name: FreeBSD - Meson
130130

131131
env:
132132
CPUS: 4
133133
BUILD_JOBS: 4
134134
TEST_JOBS: 8
135-
IMAGE_FAMILY: pg-ci-freebsd-13
135+
IMAGE_FAMILY: pg-ci-freebsd
136136
DISK_SIZE: 50
137137

138138
CCACHE_DIR: /tmp/ccache_dir

0 commit comments

Comments
 (0)