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-Tag: SQUID_7_0_2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3949e188ad4710c2dbbd61dd27eaed6f2f9e3fc;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 f055d96569..46ec222782 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 \