From: Francesco Chemolli <5175948+kinkie@users.noreply.github.com> Date: Tue, 8 Jul 2025 21:24:57 +0000 (+0000) Subject: CI: drop FreeBSD 13 testing (#2112) X-Git-Tag: SQUID_7_1~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=389c7c41b16e49e67fc709349ddb28b13c2a0b7d;p=thirdparty%2Fsquid.git CI: drop FreeBSD 13 testing (#2112) FreeBSD 13 packages are unreliably packaged, causing version mismatches that lead to CI test failures: Newer FreeBSD version for package ztrack: - package: 1305000 - running userland: 1304000 repository FreeBSD contains packages for wrong OS version Continue to test on FreeBSD 14 which is more reliable. --- diff --git a/.github/workflows/slow.yaml b/.github/workflows/slow.yaml index 45c63a7b16..e91432baa8 100644 --- a/.github/workflows/slow.yaml +++ b/.github/workflows/slow.yaml @@ -145,7 +145,6 @@ jobs: matrix: osversion: - 14.2 - - 13.4 runs-on: ubuntu-22.04 name: freebsd(${{ matrix.osversion }})