]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
CI: Pin OpenBSD 7.6
authorFrancesco Chemolli <5175948+kinkie@users.noreply.github.com>
Sun, 11 May 2025 10:26:36 +0000 (11:26 +0100)
committerAmos Jeffries <yadij@users.noreply.github.com>
Thu, 29 May 2025 21:10:52 +0000 (09:10 +1200)
OpenBSD 7.7 introduces some changes that fail our build.
Pin version 7.6 while we work on version 7.7 adoption.

.github/workflows/slow.yaml

index f055d9656962b19617e5f121893428caa26996e1..46ec22278245abe8395c6e7df4e9faf2938e417f 100644 (file)
@@ -197,6 +197,7 @@ jobs:
         uses: vmactions/openbsd-vm@v1
         with:
           usesh: true
+          release: "7.6"
           prepare: |
             pkg_add \
               autoconf-2.72p0 \