From: Francesco Chemolli <5175948+kinkie@users.noreply.github.com> Date: Sun, 13 Apr 2025 21:11:46 +0000 (+0000) Subject: CI: update FreeBSD version (#2051) X-Git-Tag: SQUID_7_0_2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37372f15d58a38b630c83b3eadd6f6f73d458fec;p=thirdparty%2Fsquid.git CI: update FreeBSD version (#2051) The FreeBSD project has promoted version 14.2 to stable. Some packages we use are not compatible with version 14.1. Upgrade the reference version we use, the action supports it --- diff --git a/.github/workflows/slow.yaml b/.github/workflows/slow.yaml index 4b72314050..f055d96569 100644 --- a/.github/workflows/slow.yaml +++ b/.github/workflows/slow.yaml @@ -142,8 +142,8 @@ jobs: strategy: matrix: osversion: - - 14.1 - - 13.3 + - 14.2 + - 13.4 runs-on: ubuntu-22.04 name: freebsd(${{ matrix.osversion }})