From: <sv...@op...> - 2024-08-12 14:23:38
|
Author: manx Date: Mon Aug 12 16:23:28 2024 New Revision: 21393 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21393 Log: [Fix] build: CI: GitHub: macOS: Makefile: Do not specify target arch for XCode 13.2. Modified: trunk/OpenMPT/.github/workflows/macOS-Makefile.yml Modified: trunk/OpenMPT/.github/workflows/macOS-Makefile.yml ============================================================================== --- trunk/OpenMPT/.github/workflows/macOS-Makefile.yml Mon Aug 12 15:26:32 2024 (r21392) +++ trunk/OpenMPT/.github/workflows/macOS-Makefile.yml Mon Aug 12 16:23:28 2024 (r21393) @@ -57,10 +57,8 @@ - { host: macos-12, compiler: '14.2', arch: i386 , target: '10.13', deps: local, check: false, ancient: false } - { host: macos-12, compiler: '14.2', arch: x64_64, target: '10.13', deps: small, check: true , ancient: false } - { host: macos-12, compiler: '14.2', arch: i386 , target: '10.13', deps: small, check: false, ancient: false } - - { host: macos-12, compiler: '13.2', arch: x64_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: x64_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 } + - { host: macos-12, compiler: '13.2', arch: '' , target: '10.13', deps: local, check: true , ancient: true } + - { host: macos-12, compiler: '13.2', arch: '' , target: '10.13', deps: small, check: true , ancient: true } concurrency: group: ${{github.ref}}-${{github.workflow}}-${{matrix.host}}-${{matrix.compiler}}-${{matrix.arch}}-${{matrix.target}}-${{matrix.deps}} cancel-in-progress: true |