|
From: <sv...@op...> - 2025-11-28 08:42:52
|
Author: manx Date: Fri Nov 28 09:42:40 2025 New Revision: 24523 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=24523 Log: Merged revision(s) 24521 from branches/OpenMPT-1.30: Merged revision(s) 24518 from trunk/OpenMPT: [Imp] build: CI: GitHub: macOS: Add XCode 26.2. ........ ........ Modified: branches/OpenMPT-1.28/ (props changed) branches/OpenMPT-1.28/.github/workflows/macOS-Makefile.yml Modified: branches/OpenMPT-1.28/.github/workflows/macOS-Makefile.yml ============================================================================== --- branches/OpenMPT-1.28/.github/workflows/macOS-Makefile.yml Fri Nov 28 09:42:05 2025 (r24522) +++ branches/OpenMPT-1.28/.github/workflows/macOS-Makefile.yml Fri Nov 28 09:42:40 2025 (r24523) @@ -11,6 +11,33 @@ fail-fast: false matrix: include: + - { host: macos-26, compiler: '26.2', arch: '' , target: '' , deps: sys , check: true , ancient: false } + - { host: macos-26, compiler: '26.2', arch: arm64 , target: '' , deps: small, check: true , ancient: false } + - { host: macos-26, compiler: '26.2', arch: x86_64, target: '' , deps: small, check: true , ancient: false } + - { host: macos-26, compiler: '26.2', arch: arm64 , target: '26' , deps: small, check: true , ancient: false } + - { host: macos-26, compiler: '26.2', arch: x86_64, target: '26' , deps: small, check: true , ancient: false } + - { host: macos-26, compiler: '26.2', arch: arm64 , target: '15.6' , deps: small, check: true , ancient: false } + - { host: macos-26, compiler: '26.2', arch: x86_64, target: '15.6' , deps: small, check: true , ancient: false } + - { host: macos-26, compiler: '26.2', arch: arm64 , target: '15.5' , deps: small, check: true , ancient: false } + - { host: macos-26, compiler: '26.2', arch: x86_64, target: '15.5' , deps: small, check: true , ancient: false } + - { host: macos-26, compiler: '26.2', arch: arm64 , target: '15.4' , deps: small, check: true , ancient: false } + - { host: macos-26, compiler: '26.2', arch: x86_64, target: '15.4' , deps: small, check: true , ancient: false } + - { host: macos-26, compiler: '26.2', arch: arm64 , target: '15.3' , deps: small, check: true , ancient: false } + - { host: macos-26, compiler: '26.2', arch: x86_64, target: '15.3' , deps: small, check: true , ancient: false } + - { host: macos-26, compiler: '26.2', arch: arm64 , target: '15.2' , deps: small, check: true , ancient: false } + - { host: macos-26, compiler: '26.2', arch: x86_64, target: '15.2' , deps: small, check: true , ancient: false } + - { host: macos-26, compiler: '26.2', arch: arm64 , target: '15.1' , deps: small, check: true , ancient: false } + - { host: macos-26, compiler: '26.2', arch: x86_64, target: '15.1' , deps: small, check: true , ancient: false } + - { host: macos-26, compiler: '26.2', arch: arm64 , target: '15' , deps: small, check: true , ancient: false } + - { host: macos-26, compiler: '26.2', arch: x86_64, target: '15' , deps: small, check: true , ancient: false } + - { host: macos-26, compiler: '26.2', arch: arm64 , target: '14' , deps: small, check: true , ancient: false } + - { host: macos-26, compiler: '26.2', arch: x86_64, target: '14' , deps: small, check: true , ancient: false } + - { host: macos-26, compiler: '26.2', arch: arm64 , target: '13' , deps: small, check: true , ancient: false } + - { host: macos-26, compiler: '26.2', arch: x86_64, target: '13' , deps: small, check: true , ancient: false } + - { host: macos-26, compiler: '26.2', arch: arm64 , target: '12' , deps: small, check: true , ancient: false } + - { host: macos-26, compiler: '26.2', arch: x86_64, target: '12' , deps: small, check: true , ancient: false } + - { host: macos-26, compiler: '26.2', arch: arm64 , target: '11' , deps: small, check: true , ancient: false } + - { host: macos-26, compiler: '26.2', arch: x86_64, target: '11' , deps: small, check: true , ancient: false } - { host: macos-26, compiler: '26.1', arch: '' , target: '' , deps: sys , check: true , ancient: false } - { host: macos-26, compiler: '26.1', arch: arm64 , target: '' , deps: small, check: true , ancient: false } - { host: macos-26, compiler: '26.1', arch: x86_64, target: '' , deps: small, check: true , ancient: false } |