From: William Lallemand Date: Wed, 8 Jul 2026 15:06:00 +0000 (+0200) Subject: CI: github: update vmactions/freebsd-vm to 14.4 X-Git-Tag: v3.5-dev2~4 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/static/gitweb.js?a=commitdiff_plain;h=1d6138909e95d15f38c838123c4a354e5f8e8e1b;p=haproxy.git CI: github: update vmactions/freebsd-vm to 14.4 Update the freebsd image to 14.4 --- diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index 1eb68f910..5e85a8be0 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -21,7 +21,7 @@ jobs: - name: "Build and test on FreeBSD" uses: vmactions/freebsd-vm@v1 with: - release: "14.3" + release: "14.4" prepare: | pkg update -f && pkg upgrade -y && pkg install -y openssl git gmake lua54 socat pcre2 python3 run: |