From: <sv...@op...> - 2024-08-12 19:39:41
|
Author: manx Date: Mon Aug 12 21:39:29 2024 New Revision: 21412 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21412 Log: [Fix] build: CI: GitHub: macOS: Makefile: Remove unsupported i386. Modified: branches/OpenMPT-1.31/.github/workflows/macOS-Makefile.yml Modified: branches/OpenMPT-1.31/.github/workflows/macOS-Makefile.yml ============================================================================== --- branches/OpenMPT-1.31/.github/workflows/macOS-Makefile.yml Mon Aug 12 21:37:52 2024 (r21411) +++ branches/OpenMPT-1.31/.github/workflows/macOS-Makefile.yml Mon Aug 12 21:39:29 2024 (r21412) @@ -32,9 +32,7 @@ - { host: macos-12, compiler: '14.2', arch: x86_64, target: '10.13', deps: local, check: true , ancient: false } - { host: macos-12, compiler: '14.2', arch: x86_64, target: '10.13', deps: small, check: true , ancient: false } - { host: macos-12, compiler: '13.2', arch: x86_64, target: '10.13', deps: local, check: true , ancient: true } - - { host: macos-12, compiler: '13.2', arch: i386 , target: '10.13', deps: local, check: false, ancient: true } - { host: macos-12, compiler: '13.2', arch: x86_64, target: '10.13', deps: small, check: true , ancient: true } - - { host: macos-12, compiler: '13.2', arch: i386 , target: '10.13', deps: small, check: false, ancient: true } concurrency: group: ${{github.ref}}-${{github.workflow}}-${{matrix.host}}-${{matrix.compiler}}-${{matrix.arch}}-${{matrix.target}}-${{matrix.deps}} cancel-in-progress: true |