From: <sv...@op...> - 2024-07-14 20:07:12
|
Author: manx Date: Sun Jul 14 22:07:05 2024 New Revision: 21184 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21184 Log: Merged revision(s) 21183 from branches/OpenMPT-1.30: [Ref] build: CI: GitHub: CPA: Hypervisor option is deprecated. ........ Modified: branches/OpenMPT-1.29/ (props changed) branches/OpenMPT-1.29/.github/workflows/FreeBSD-13.3-Makefile.yml Modified: branches/OpenMPT-1.29/.github/workflows/FreeBSD-13.3-Makefile.yml ============================================================================== --- branches/OpenMPT-1.29/.github/workflows/FreeBSD-13.3-Makefile.yml Sun Jul 14 22:06:00 2024 (r21183) +++ branches/OpenMPT-1.29/.github/workflows/FreeBSD-13.3-Makefile.yml Sun Jul 14 22:07:05 2024 (r21184) @@ -20,7 +20,6 @@ uses: cross-platform-actions/action@v0.25.0 with: architecture: x86_64 - hypervisor: qemu memory: 4G operating_system: freebsd version: '13.3' @@ -32,7 +31,6 @@ uses: cross-platform-actions/action@v0.25.0 with: architecture: x86_64 - hypervisor: qemu memory: 4G operating_system: freebsd version: '13.3' @@ -46,7 +44,6 @@ uses: cross-platform-actions/action@v0.25.0 with: architecture: x86_64 - hypervisor: qemu memory: 4G operating_system: freebsd version: '13.3' @@ -59,7 +56,6 @@ uses: cross-platform-actions/action@v0.25.0 with: architecture: x86_64 - hypervisor: qemu memory: 4G operating_system: freebsd version: '13.3' @@ -72,7 +68,6 @@ uses: cross-platform-actions/action@v0.25.0 with: architecture: x86_64 - hypervisor: qemu memory: 4G operating_system: freebsd version: '13.3' |