From 389c7c41b16e49e67fc709349ddb28b13c2a0b7d Mon Sep 17 00:00:00 2001 From: Francesco Chemolli <5175948+kinkie@users.noreply.github.com> Date: Tue, 8 Jul 2025 21:24:57 +0000 Subject: [PATCH] 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. --- .github/workflows/slow.yaml | 1 - 1 file changed, 1 deletion(-) 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 }}) -- 2.47.2