From: <sv...@op...> - 2024-09-20 06:42:30
|
Author: manx Date: Fri Sep 20 08:42:18 2024 New Revision: 21648 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21648 Log: [Fix] build: CI: GitHub: macOS: XCode 16 is now just called '16'. Modified: trunk/OpenMPT/.github/workflows/macOS-Makefile.yml Modified: trunk/OpenMPT/.github/workflows/macOS-Makefile.yml ============================================================================== --- trunk/OpenMPT/.github/workflows/macOS-Makefile.yml Fri Sep 20 08:26:54 2024 (r21647) +++ trunk/OpenMPT/.github/workflows/macOS-Makefile.yml Fri Sep 20 08:42:18 2024 (r21648) @@ -29,7 +29,7 @@ - { host: macos-14, compiler: '16.1', arch: x86_64, target: '10.15', deps: local, check: true , ancient: false } - { host: macos-14, compiler: '16.1', arch: x86_64, target: '10.14', deps: local, check: true , ancient: false } - { host: macos-14, compiler: '16.1', arch: x86_64, target: '10.13', deps: local, check: true , ancient: false } - - { host: macos-14, compiler: '16' ', arch: '' , target: '' , deps: sys , check: true , ancient: false } + - { host: macos-14, compiler: '16' , arch: '' , target: '' , deps: sys , check: true , ancient: false } - { host: macos-14, compiler: '16' , arch: arm64 , target: '' , deps: local, check: true , ancient: false } - { host: macos-14, compiler: '16' , arch: x86_64, target: '' , deps: local, check: true , ancient: false } - { host: macos-14, compiler: '16' , arch: arm64 , target: '' , deps: small, check: true , ancient: false } |