From b13052a3437c9818829dacab5fb75238679f8878 Mon Sep 17 00:00:00 2001 From: Iain Buclaw Date: Fri, 27 Oct 2023 14:13:54 +0200 Subject: [PATCH] Change host hypervisor to qemu for FreeBSD --- .github/workflows/main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6524477ee2..c4c871caeb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -135,9 +135,12 @@ jobs: with: fetch-depth: 50 - name: Run in VM - uses: cross-platform-actions/action@v0.19.0 + uses: cross-platform-actions/action@v0.21.0 with: operating_system: freebsd + hypervisor: qemu + memory: 8G + sync_files: runner-to-vm version: ${{ matrix.freebsd_version }} shell: bash run: |