From 79e43f3fbd8062851357edd21cb37508c65f6379 Mon Sep 17 00:00:00 2001 From: Ludvig Michaelsson Date: Tue, 3 Dec 2024 07:31:09 +0100 Subject: [PATCH] ci: bump OpenBSD to 7.6 --- .github/workflows/bsd_builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bsd_builds.yml b/.github/workflows/bsd_builds.yml index 8844ea44..a4dcf007 100644 --- a/.github/workflows/bsd_builds.yml +++ b/.github/workflows/bsd_builds.yml @@ -20,7 +20,7 @@ jobs: matrix: include: - { image: freebsd/14.x } - - { image: openbsd/7.4, llvm_version: 16 } + - { image: openbsd/7.6, llvm_version: 16 } steps: - uses: actions/checkout@v4 - name: dependencies