From 5b7704f34d4b1f11eda1b6eda6f8420c2e09d0a7 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 1 Dec 2023 21:56:11 +0100 Subject: [PATCH] build: use QEMU for testing FreeBSD/OpenBSD FreeBSD jobs often fail with a timeout. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65c7dd8f..36b981a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,6 +120,7 @@ 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 }} environment_variables: LLDPD_CONFIG_ARGS -- 2.39.5