]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
build: update BSD versions, add NetBSD
authorVincent Bernat <vincent@bernat.ch>
Fri, 1 Dec 2023 21:20:58 +0000 (22:20 +0100)
committerVincent Bernat <vincent@bernat.ch>
Fri, 1 Dec 2023 21:20:58 +0000 (22:20 +0100)
.github/workflows/ci.yml

index 4fc7dfd9e4dcb22633b66a466a06b309664fc9cc..1a16f96997c1d95825ea7498ac8843aed8985afe 100644 (file)
@@ -107,11 +107,15 @@ jobs:
       matrix:
         os:
           - name: freebsd
-            version: '13.0'
+            version: '13.2'
+            runner: macos-latest
+            hypervisor: qemu
+          - name: netbsd
+            version: '9.3'
             runner: macos-latest
             hypervisor: qemu
           - name: openbsd
-            version: '7.1'
+            version: '7.4'
             runner: macos-latest
             hypervisor: xhyve
     runs-on: ${{ matrix.os.runner }}
@@ -120,7 +124,7 @@ jobs:
         with:
           submodules: true
       - name: Test on ${{ matrix.os.name }}
-        uses: cross-platform-actions/action@v0.21.0
+        uses: cross-platform-actions/action@v0.21.1
         with:
           operating_system: ${{ matrix.os.name }}
           version: ${{ matrix.os.version }}