From: Vincent Bernat Date: Thu, 27 Oct 2022 21:11:30 +0000 (+0200) Subject: ci: test with OpenBSD 7.1 X-Git-Tag: 1.0.16~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=210666cfe59f642b1aa8d61aee19eb6229f1a83d;p=thirdparty%2Flldpd.git 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. --- 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: