]> 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)
committerAmos Jeffries <yadij@users.noreply.github.com>
Sun, 19 Oct 2025 00:29:37 +0000 (13:29 +1300)
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 e91432baa8d79edab792d90d5f432c35e7d53afb..282de4b78b55d12e7bc897ad06e5d66d271f0924 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 \