Skip to content

Commit

Permalink
Switch to xhyve for the FreeBSD VM
Browse files Browse the repository at this point in the history
For reasons unknown, the VM fails to start up when using qemu, even
though it worked fine before. Per
cross-platform-actions/action#80, it seems
this may also affect other users.
  • Loading branch information
yorickpeterse committed Apr 27, 2024
1 parent 63fb012 commit e3e36a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
version: '14.0'
memory: 8G
environment_variables: 'CARGO_HOME LIBRARY_PATH CARGO_REGISTRIES_CRATES_IO_PROTOCOL'
hypervisor: qemu
hypervisor: xhyve
image_url: 'https://github.com/inko-lang/freebsd-builder/releases/download/v0.7.0/freebsd-14.0-x86-64.qcow2'
run: ./ci/freebsd.sh

0 comments on commit e3e36a6

Please sign in to comment.