From: Vincent Bernat Date: Sat, 4 May 2024 11:58:39 +0000 (+0200) Subject: build: run BSD tests on macos-12 X-Git-Tag: 1.0.19~46 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e9b09f1fc3867aac70a28a699d9a41324ee667fb;p=thirdparty%2Flldpd.git build: run BSD tests on macos-12 No nested virtualization allowed for macos-14. --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4abbf514..81d50701 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,15 +108,15 @@ jobs: os: - name: freebsd version: '13.2' - runner: macos-latest + runner: macos-12 hypervisor: qemu - name: netbsd version: '9.3' - runner: macos-latest + runner: macos-12 hypervisor: qemu - name: openbsd version: '7.4' - runner: macos-latest + runner: macos-12 hypervisor: xhyve runs-on: ${{ matrix.os.runner }} steps: