From: Vincent Bernat Date: Fri, 1 Dec 2023 21:03:31 +0000 (+0100) Subject: build: keep using xhyve for OpenBSD X-Git-Tag: 1.0.18~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=727fd19fe6cb82ee34b4bc8d23082239763b72a9;p=thirdparty%2Flldpd.git build: keep using xhyve for OpenBSD See https://github.com/cross-platform-actions/action/issues/73 --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36b981a7..4fc7dfd9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -109,9 +109,11 @@ jobs: - name: freebsd version: '13.0' runner: macos-latest + hypervisor: qemu - name: openbsd version: '7.1' runner: macos-latest + hypervisor: xhyve runs-on: ${{ matrix.os.runner }} steps: - uses: actions/checkout@v4 @@ -120,9 +122,9 @@ jobs: - name: Test on ${{ matrix.os.name }} uses: cross-platform-actions/action@v0.21.0 with: - hypervisor: qemu operating_system: ${{ matrix.os.name }} version: ${{ matrix.os.version }} + hypervisor: ${{ matrix.os.hypervisor }} environment_variables: LLDPD_CONFIG_ARGS shell: bash run: |