]> git.kaiwu.me - haproxy.git/commitdiff
CI: github: update vmactions/freebsd-vm to 14.4
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 8 Jul 2026 15:06:00 +0000 (17:06 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Wed, 8 Jul 2026 15:06:00 +0000 (17:06 +0200)
Update the freebsd image to 14.4

.github/workflows/freebsd.yml

index 1eb68f9103f27ee959c04fb8f3aa14e06b664d6e..5e85a8be0b4c3c94a6a7990fc137a290e32d74b8 100644 (file)
@@ -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: |