From 0fa2c9ac15677f9e5ade025fcc53f480528057e2 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 1 Dec 2023 22:20:58 +0100 Subject: [PATCH] build: update BSD versions, add NetBSD --- .github/workflows/ci.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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 }} -- 2.39.5