From: Francesco Chemolli <5175948+kinkie@users.noreply.github.com> Date: Sun, 12 Oct 2025 05:17:57 +0000 (+0100) Subject: CI: update target FreeBSD version to 14.3 (#2271) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3c5e95fcb42f1f32b115851b42388312db5cecc;p=thirdparty%2Fsquid.git CI: update target FreeBSD version to 14.3 (#2271) FreeBSD VM setup is unhappy unless we target the latest minor version. --- diff --git a/.github/workflows/slow.yaml b/.github/workflows/slow.yaml index 7546d5fd32..d47e0e6778 100644 --- a/.github/workflows/slow.yaml +++ b/.github/workflows/slow.yaml @@ -144,7 +144,7 @@ jobs: strategy: matrix: osversion: - - 14.2 + - 14.3 runs-on: ubuntu-24.04 name: freebsd(${{ matrix.osversion }})