]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
CI: Use OpenBSD 7.7 instead of 7.6 (#2275)
authorFrancesco Chemolli <5175948+kinkie@users.noreply.github.com>
Sat, 18 Oct 2025 09:52:37 +0000 (09:52 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Sat, 18 Oct 2025 11:15:26 +0000 (11:15 +0000)
Fix staging checks by targeting the current version of OpenBSD.

    https://cdn.openbsd.org/pub/OpenBSD/7.6/packages/amd64/: no such dir

.github/workflows/slow.yaml

index d47e0e67785bdcdb012435fc0e5c16be04e75700..78a252c9d58eecd939d0392df0248bec640e6b1b 100644 (file)
@@ -198,12 +198,12 @@ jobs:
         uses: vmactions/openbsd-vm@v1
         with:
           usesh: true
-          release: "7.6"
+          release: "7.7"
           prepare: |
             pkg_add \
-              autoconf-2.72p0 \
+              autoconf%2.72 \
               autoconf-archive \
-              automake-1.16.5 \
+              automake%1.16 \
               bash \
               coreutils \
               cppunit \