From 5f928fa665c677c8b54a37bcc8265d08df46a651 Mon Sep 17 00:00:00 2001 From: Francesco Chemolli <5175948+kinkie@users.noreply.github.com> Date: Sat, 18 Oct 2025 09:52:37 +0000 Subject: [PATCH] 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 --- .github/workflows/slow.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 \ -- 2.47.3