Change host hypervisor to qemu for FreeBSD

This commit is contained in:
Iain Buclaw 2023-10-27 14:13:54 +02:00
parent e5b787a3cb
commit b13052a343

View file

@ -135,9 +135,12 @@ jobs:
with: with:
fetch-depth: 50 fetch-depth: 50
- name: Run in VM - name: Run in VM
uses: cross-platform-actions/action@v0.19.0 uses: cross-platform-actions/action@v0.21.0
with: with:
operating_system: freebsd operating_system: freebsd
hypervisor: qemu
memory: 8G
sync_files: runner-to-vm
version: ${{ matrix.freebsd_version }} version: ${{ matrix.freebsd_version }}
shell: bash shell: bash
run: | run: |