]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
ci: test with OpenBSD 7.1
authorVincent Bernat <vincent@bernat.ch>
Thu, 27 Oct 2022 21:11:30 +0000 (23:11 +0200)
committerVincent Bernat <vincent@bernat.ch>
Thu, 27 Oct 2022 21:23:46 +0000 (23:23 +0200)
Latest is 7.2, but it's good to build with the version before. 6.9 not
available anymore.

.github/workflows/ci.yml

index 744bc04f42efa2b559e6915e77fb910c8e59a164..572099952fedc9fb89432c46bb685c3f79dadb01 100644 (file)
@@ -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: