From 37372f15d58a38b630c83b3eadd6f6f73d458fec Mon Sep 17 00:00:00 2001 From: Francesco Chemolli <5175948+kinkie@users.noreply.github.com> Date: Sun, 13 Apr 2025 21:11:46 +0000 Subject: [PATCH] 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 --- .github/workflows/slow.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}) -- 2.47.2