From: Francesco Chemolli <5175948+kinkie@users.noreply.github.com> Date: Sun, 11 May 2025 10:26:36 +0000 (+0100) Subject: CI: Pin OpenBSD 7.6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1723d15cc191ba617baa1d782078782ea43eeff6;p=thirdparty%2Fsquid.git CI: Pin OpenBSD 7.6 OpenBSD 7.7 introduces some changes that fail our build. Pin version 7.6 while we work on version 7.7 adoption. --- diff --git a/.github/workflows/slow.yaml b/.github/workflows/slow.yaml index 60596d602e..55c08dee10 100644 --- a/.github/workflows/slow.yaml +++ b/.github/workflows/slow.yaml @@ -197,6 +197,7 @@ jobs: uses: vmactions/openbsd-vm@v1 with: usesh: true + release: "7.6" prepare: | pkg_add \ autoconf-2.72p0 \