From 727fd19fe6cb82ee34b4bc8d23082239763b72a9 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 1 Dec 2023 22:03:31 +0100 Subject: [PATCH] build: keep using xhyve for OpenBSD See https://github.com/cross-platform-actions/action/issues/73 --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: | -- 2.39.5