From: <sv...@op...> - 2024-07-14 20:05:12
|
Author: manx Date: Sun Jul 14 22:04:59 2024 New Revision: 21182 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21182 Log: Merged revision(s) 21181 from trunk/OpenMPT: [Ref] build: CI: GitHub: CPA: Hypervisor option is deprecated. ........ Modified: branches/OpenMPT-1.31/ (props changed) branches/OpenMPT-1.31/.github/workflows/FreeBSD-Autotools.yml branches/OpenMPT-1.31/.github/workflows/FreeBSD-Makefile.yml branches/OpenMPT-1.31/.github/workflows/NetBSD-Makefile.yml branches/OpenMPT-1.31/.github/workflows/OpenBSD-Autotools.yml branches/OpenMPT-1.31/.github/workflows/OpenBSD-Makefile.yml Modified: branches/OpenMPT-1.31/.github/workflows/FreeBSD-Autotools.yml ============================================================================== --- branches/OpenMPT-1.31/.github/workflows/FreeBSD-Autotools.yml Sun Jul 14 22:04:35 2024 (r21181) +++ branches/OpenMPT-1.31/.github/workflows/FreeBSD-Autotools.yml Sun Jul 14 22:04:59 2024 (r21182) @@ -27,7 +27,6 @@ uses: cross-platform-actions/action@v0.25.0 with: architecture: x86_64 - hypervisor: qemu memory: 4G operating_system: freebsd version: ${{matrix.version}} @@ -39,7 +38,6 @@ uses: cross-platform-actions/action@v0.25.0 with: architecture: x86_64 - hypervisor: qemu memory: 4G operating_system: freebsd version: ${{matrix.version}} @@ -53,7 +51,6 @@ uses: cross-platform-actions/action@v0.25.0 with: architecture: x86_64 - hypervisor: qemu memory: 4G operating_system: freebsd version: ${{matrix.version}} @@ -66,7 +63,6 @@ uses: cross-platform-actions/action@v0.25.0 with: architecture: x86_64 - hypervisor: qemu memory: 4G operating_system: freebsd version: ${{matrix.version}} Modified: branches/OpenMPT-1.31/.github/workflows/FreeBSD-Makefile.yml ============================================================================== --- branches/OpenMPT-1.31/.github/workflows/FreeBSD-Makefile.yml Sun Jul 14 22:04:35 2024 (r21181) +++ branches/OpenMPT-1.31/.github/workflows/FreeBSD-Makefile.yml Sun Jul 14 22:04:59 2024 (r21182) @@ -31,7 +31,6 @@ uses: cross-platform-actions/action@v0.25.0 with: architecture: x86_64 - hypervisor: qemu memory: 4G operating_system: freebsd version: ${{matrix.version}} @@ -43,7 +42,6 @@ uses: cross-platform-actions/action@v0.25.0 with: architecture: x86_64 - hypervisor: qemu memory: 4G operating_system: freebsd version: ${{matrix.version}} @@ -57,7 +55,6 @@ uses: cross-platform-actions/action@v0.25.0 with: architecture: x86_64 - hypervisor: qemu memory: 4G operating_system: freebsd version: ${{matrix.version}} @@ -70,7 +67,6 @@ uses: cross-platform-actions/action@v0.25.0 with: architecture: x86_64 - hypervisor: qemu memory: 4G operating_system: freebsd version: ${{matrix.version}} @@ -83,7 +79,6 @@ uses: cross-platform-actions/action@v0.25.0 with: architecture: x86_64 - hypervisor: qemu memory: 4G operating_system: freebsd version: ${{matrix.version}} Modified: branches/OpenMPT-1.31/.github/workflows/NetBSD-Makefile.yml ============================================================================== --- branches/OpenMPT-1.31/.github/workflows/NetBSD-Makefile.yml Sun Jul 14 22:04:35 2024 (r21181) +++ branches/OpenMPT-1.31/.github/workflows/NetBSD-Makefile.yml Sun Jul 14 22:04:59 2024 (r21182) @@ -31,7 +31,6 @@ uses: cross-platform-actions/action@v0.25.0 with: architecture: x86_64 - hypervisor: qemu memory: 4G operating_system: netbsd version: ${{matrix.version}} @@ -43,7 +42,6 @@ uses: cross-platform-actions/action@v0.25.0 with: architecture: x86_64 - hypervisor: qemu memory: 4G operating_system: netbsd version: ${{matrix.version}} @@ -62,7 +60,6 @@ uses: cross-platform-actions/action@v0.25.0 with: architecture: x86_64 - hypervisor: qemu memory: 4G operating_system: netbsd version: ${{matrix.version}} @@ -75,7 +72,6 @@ uses: cross-platform-actions/action@v0.25.0 with: architecture: x86_64 - hypervisor: qemu memory: 4G operating_system: netbsd version: ${{matrix.version}} @@ -88,7 +84,6 @@ uses: cross-platform-actions/action@v0.25.0 with: architecture: x86_64 - hypervisor: qemu memory: 4G operating_system: netbsd version: ${{matrix.version}} Modified: branches/OpenMPT-1.31/.github/workflows/OpenBSD-Autotools.yml ============================================================================== --- branches/OpenMPT-1.31/.github/workflows/OpenBSD-Autotools.yml Sun Jul 14 22:04:35 2024 (r21181) +++ branches/OpenMPT-1.31/.github/workflows/OpenBSD-Autotools.yml Sun Jul 14 22:04:59 2024 (r21182) @@ -27,7 +27,6 @@ uses: cross-platform-actions/action@v0.25.0 with: architecture: x86_64 - hypervisor: qemu memory: 4G operating_system: openbsd version: ${{matrix.version}} @@ -39,7 +38,6 @@ uses: cross-platform-actions/action@v0.25.0 with: architecture: x86_64 - hypervisor: qemu memory: 4G operating_system: openbsd version: ${{matrix.version}} @@ -55,7 +53,6 @@ uses: cross-platform-actions/action@v0.25.0 with: architecture: x86_64 - hypervisor: qemu memory: 4G operating_system: openbsd version: ${{matrix.version}} @@ -68,7 +65,6 @@ uses: cross-platform-actions/action@v0.25.0 with: architecture: x86_64 - hypervisor: qemu memory: 4G operating_system: openbsd version: ${{matrix.version}} Modified: branches/OpenMPT-1.31/.github/workflows/OpenBSD-Makefile.yml ============================================================================== --- branches/OpenMPT-1.31/.github/workflows/OpenBSD-Makefile.yml Sun Jul 14 22:04:35 2024 (r21181) +++ branches/OpenMPT-1.31/.github/workflows/OpenBSD-Makefile.yml Sun Jul 14 22:04:59 2024 (r21182) @@ -31,7 +31,6 @@ uses: cross-platform-actions/action@v0.25.0 with: architecture: x86_64 - hypervisor: qemu memory: 4G operating_system: openbsd version: ${{matrix.version}} @@ -43,7 +42,6 @@ uses: cross-platform-actions/action@v0.25.0 with: architecture: x86_64 - hypervisor: qemu memory: 4G operating_system: openbsd version: ${{matrix.version}} @@ -59,7 +57,6 @@ uses: cross-platform-actions/action@v0.25.0 with: architecture: x86_64 - hypervisor: qemu memory: 4G operating_system: openbsd version: ${{matrix.version}} @@ -72,7 +69,6 @@ uses: cross-platform-actions/action@v0.25.0 with: architecture: x86_64 - hypervisor: qemu memory: 4G operating_system: openbsd version: ${{matrix.version}} @@ -85,7 +81,6 @@ uses: cross-platform-actions/action@v0.25.0 with: architecture: x86_64 - hypervisor: qemu memory: 4G operating_system: openbsd version: ${{matrix.version}} |