Skip to content

Commit

Permalink
Change host hypervisor to qemu for FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuclaw committed Oct 27, 2023
1 parent e5b787a commit b13052a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit b13052a

Please sign in to comment.