From: Francesco Chemolli <5175948+kinkie@users.noreply.github.com> Date: Sat, 18 Oct 2025 09:52:37 +0000 (+0000) Subject: CI: Use OpenBSD 7.7 instead of 7.6 (#2275) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5f928fa665c677c8b54a37bcc8265d08df46a651;p=thirdparty%2Fsquid.git CI: Use OpenBSD 7.7 instead of 7.6 (#2275) Fix staging checks by targeting the current version of OpenBSD. https://cdn.openbsd.org/pub/OpenBSD/7.6/packages/amd64/: no such dir --- diff --git a/.github/workflows/slow.yaml b/.github/workflows/slow.yaml index d47e0e6778..78a252c9d5 100644 --- a/.github/workflows/slow.yaml +++ b/.github/workflows/slow.yaml @@ -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 \