]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
CI: update FreeBSD version (#2051)
authorFrancesco Chemolli <5175948+kinkie@users.noreply.github.com>
Sun, 13 Apr 2025 21:11:46 +0000 (21:11 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Sun, 13 Apr 2025 21:35:46 +0000 (21:35 +0000)
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

index 4b723140504512926f30375773c3abd566ca90d5..f055d9656962b19617e5f121893428caa26996e1 100644 (file)
@@ -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 }})