From: <sv...@op...> - 2024-06-16 08:48:10
|
Author: manx Date: Sun Jun 16 10:48:02 2024 New Revision: 21033 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21033 Log: [Imp] build: CI: GitHub: macOS: Add XCode 16.0-beta. Modified: trunk/OpenMPT/.github/workflows/macOS-Makefile.yml Modified: trunk/OpenMPT/.github/workflows/macOS-Makefile.yml ============================================================================== --- trunk/OpenMPT/.github/workflows/macOS-Makefile.yml Sat Jun 15 14:48:53 2024 (r21032) +++ trunk/OpenMPT/.github/workflows/macOS-Makefile.yml Sun Jun 16 10:48:02 2024 (r21033) @@ -13,6 +13,24 @@ fail-fast: false matrix: include: + - { host: macos-14, compiler: '16.0', arch: '' , target: '' , deps: sys , check: true } + - { host: macos-14, compiler: '16.0', arch: arm64 , target: '' , deps: local, check: true } + - { host: macos-14, compiler: '16.0', arch: x64_64, target: '' , deps: local, check: true } + - { host: macos-14, compiler: '16.0', arch: arm64 , target: '' , deps: small, check: true } + - { host: macos-14, compiler: '16.0', arch: x64_64, target: '' , deps: small, check: true } + - { host: macos-14, compiler: '16.0', arch: arm64 , target: '14' , deps: local, check: true } + - { host: macos-14, compiler: '16.0', arch: x64_64, target: '14' , deps: local, check: true } + - { host: macos-14, compiler: '16.0', arch: arm64 , target: '13' , deps: local, check: true } + - { host: macos-14, compiler: '16.0', arch: x64_64, target: '13' , deps: local, check: true } + - { host: macos-14, compiler: '16.0', arch: arm64 , target: '12' , deps: local, check: true } + - { host: macos-14, compiler: '16.0', arch: x64_64, target: '12' , deps: local, check: true } + - { host: macos-14, compiler: '16.0', arch: arm64 , target: '11' , deps: local, check: true } + - { host: macos-14, compiler: '16.0', arch: x64_64, target: '11' , deps: local, check: true } + - { host: macos-14, compiler: '16.0', arch: x64_64, target: '10.15', deps: local, check: true } + - { host: macos-14, compiler: '16.0', arch: x64_64, target: '10.14', deps: local, check: true } + - { host: macos-14, compiler: '16.0', arch: i386 , target: '10.14', deps: local, check: false } + - { host: macos-14, compiler: '16.0', arch: x64_64, target: '10.13', deps: local, check: true } + - { host: macos-14, compiler: '16.0', arch: i386 , target: '10.13', deps: local, check: false } - { host: macos-14, compiler: '15.4', arch: '' , target: '' , deps: sys , check: true } - { host: macos-14, compiler: '15.4', arch: arm64 , target: '' , deps: local, check: true } - { host: macos-14, compiler: '15.4', arch: x64_64, target: '' , deps: local, check: true } |