From a0a6330c042c44ed2019028ecc7ef1afdcb713d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Heusipp?= Date: Tue, 21 Nov 2023 14:14:28 +0000 Subject: [PATCH] [Mod] build: CI: GitHub: Switch FreeBSD to experimental CPA no-vm-shutdown branch and xhyve. See . git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@19930 56274372-70c3-4bfc-bfc3-4c3a0b034d27 --- .github/workflows/FreeBSD-12.4-Makefile.yml | 2 +- .github/workflows/FreeBSD-13.2-Makefile.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'