From: <sv...@op...> - 2024-07-14 20:07:40
|
Author: manx Date: Sun Jul 14 22:07:34 2024 New Revision: 21185 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21185 Log: Merged revision(s) 21184 from branches/OpenMPT-1.29: Merged revision(s) 21183 from branches/OpenMPT-1.30: [Ref] build: CI: GitHub: CPA: Hypervisor option is deprecated. ........ ........ Modified: branches/OpenMPT-1.28/ (props changed) branches/OpenMPT-1.28/.github/workflows/FreeBSD-13.3-Makefile.yml Modified: branches/OpenMPT-1.28/.github/workflows/FreeBSD-13.3-Makefile.yml ============================================================================== --- branches/OpenMPT-1.28/.github/workflows/FreeBSD-13.3-Makefile.yml Sun Jul 14 22:07:05 2024 (r21184) +++ branches/OpenMPT-1.28/.github/workflows/FreeBSD-13.3-Makefile.yml Sun Jul 14 22:07:34 2024 (r21185) @@ -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' |