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-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99fca3aa539098eca824018254b76835487012c4;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 c6093547b7..7546d5fd32 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-24.04 name: freebsd(${{ matrix.osversion }})