From 210666cfe59f642b1aa8d61aee19eb6229f1a83d Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 27 Oct 2022 23:11:30 +0200 Subject: [PATCH] ci: test with OpenBSD 7.1 Latest is 7.2, but it's good to build with the version before. 6.9 not available anymore. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 744bc04f..57209995 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -110,7 +110,7 @@ jobs: version: '13.0' runner: macos-latest - name: openbsd - version: '6.9' + version: '7.1' runner: macos-latest runs-on: ${{ matrix.os.runner }} steps: -- 2.39.5