From: Vincent Bernat Date: Fri, 1 Dec 2023 21:20:58 +0000 (+0100) Subject: build: update BSD versions, add NetBSD X-Git-Tag: 1.0.18~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0fa2c9ac15677f9e5ade025fcc53f480528057e2;p=thirdparty%2Flldpd.git build: update BSD versions, add NetBSD --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4fc7dfd9..1a16f969 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}