From 24dab5c1b164772f46bb985e44ae6cfc46f76a78 Mon Sep 17 00:00:00 2001 From: Steffen Winter Date: Mon, 14 Apr 2025 15:44:31 +0000 Subject: [PATCH] CI: Bump OpenBSD release to 7.6 Signed-off-by: Steffen Winter --- .github/workflows/continuous-build-openbsd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-build-openbsd.yml b/.github/workflows/continuous-build-openbsd.yml index b31d20e2..528fa477 100644 --- a/.github/workflows/continuous-build-openbsd.yml +++ b/.github/workflows/continuous-build-openbsd.yml @@ -41,7 +41,7 @@ jobs: - name: Compile uses: vmactions/openbsd-vm@v1 with: - release: '7.4' + release: '7.6' usesh: true prepare: | pkg_add gmake gcc%11 g++%11 coreutils git lowdown @@ -54,6 +54,6 @@ jobs: - uses: actions/upload-artifact@v4 with: - name: btop-x86_64-openbsd-7.4 + name: btop-x86_64-openbsd-7.6 path: 'bin/*' if-no-files-found: error