]> 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)
committerGitHub <noreply@github.com>
Sun, 11 May 2025 10:26:36 +0000 (11:26 +0100)
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 60596d602ef99ee130c43b84c0087d3f06a9fd05..55c08dee10f817d26a039840861da950efad23f5 100644 (file)
@@ -197,6 +197,7 @@ jobs:
         uses: vmactions/openbsd-vm@v1
         with:
           usesh: true
+          release: "7.6"
           prepare: |
             pkg_add \
               autoconf-2.72p0 \