From: <sv...@op...> - 2024-08-12 16:07:29
|
Author: manx Date: Mon Aug 12 18:07:15 2024 New Revision: 21396 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21396 Log: [Fix] build: CI: GitHub: macOS: Makefile: Remove unsupported i386 arch. 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 16:29:11 2024 (r21395) +++ trunk/OpenMPT/.github/workflows/macOS-Makefile.yml Mon Aug 12 18:07:15 2024 (r21396) @@ -28,9 +28,7 @@ - { host: macos-14, compiler: '16.0', arch: x64_64, target: '11' , deps: local, check: true , ancient: false } - { host: macos-14, compiler: '16.0', arch: x64_64, target: '10.15', deps: local, check: true , ancient: false } - { host: macos-14, compiler: '16.0', arch: x64_64, target: '10.14', deps: local, check: true , ancient: false } - - { host: macos-14, compiler: '16.0', arch: i386 , target: '10.14', deps: local, check: false, ancient: false } - { host: macos-14, compiler: '16.0', arch: x64_64, target: '10.13', deps: local, check: true , ancient: false } - - { host: macos-14, compiler: '16.0', arch: i386 , target: '10.13', deps: local, check: false, ancient: false } - { host: macos-14, compiler: '15.4', arch: '' , target: '' , deps: sys , check: true , ancient: false } - { host: macos-14, compiler: '15.4', arch: arm64 , target: '' , deps: local, check: true , ancient: false } - { host: macos-14, compiler: '15.4', arch: x64_64, target: '' , deps: local, check: true , ancient: false } @@ -46,17 +44,11 @@ - { host: macos-14, compiler: '15.4', arch: x64_64, target: '11' , deps: local, check: true , ancient: false } - { host: macos-14, compiler: '15.4', arch: x64_64, target: '10.15', deps: local, check: true , ancient: false } - { host: macos-14, compiler: '15.4', arch: x64_64, target: '10.14', deps: local, check: true , ancient: false } - - { host: macos-14, compiler: '15.4', arch: i386 , target: '10.14', deps: local, check: false, ancient: false } - { host: macos-14, compiler: '15.4', arch: x64_64, target: '10.13', deps: local, check: true , ancient: false } - - { host: macos-14, compiler: '15.4', arch: i386 , target: '10.13', deps: local, check: false, ancient: false } - { host: macos-14, compiler: '15.3', arch: x64_64, target: '10.13', deps: local, check: true , ancient: false } - - { host: macos-14, compiler: '15.3', arch: i386 , target: '10.13', deps: local, check: false, ancient: false } - { host: macos-13, compiler: '15.2', arch: x64_64, target: '10.13', deps: local, check: true , ancient: false } - - { host: macos-13, compiler: '15.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: local, check: true , ancient: false } - - { 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: '' , 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: |