diff --git a/.github/workflows/FreeBSD-12.4-Makefile.yml b/.github/workflows/FreeBSD-12.4-Makefile.yml index 77da96f3369..74e158a9162 100644 --- a/.github/workflows/FreeBSD-12.4-Makefile.yml +++ b/.github/workflows/FreeBSD-12.4-Makefile.yml @@ -20,7 +20,7 @@ jobs: - uses: cross-platform-actions/action@d5b757fcb7b645a0a5057b572aab822f8ccd7de7 with: architecture: x86_64 - hypervisor: qemu + hypervisor: xhyve memory: 4G operating_system: freebsd version: '12.4' diff --git a/.github/workflows/FreeBSD-13.2-Makefile.yml b/.github/workflows/FreeBSD-13.2-Makefile.yml index ce8555fdd87..044775c4d0e 100644 --- a/.github/workflows/FreeBSD-13.2-Makefile.yml +++ b/.github/workflows/FreeBSD-13.2-Makefile.yml @@ -20,7 +20,7 @@ jobs: - uses: cross-platform-actions/action@d5b757fcb7b645a0a5057b572aab822f8ccd7de7 with: architecture: x86_64 - hypervisor: qemu + hypervisor: xhyve memory: 4G operating_system: freebsd version: '13.2'