|
From: <sv...@op...> - 2025-11-12 13:42:06
|
Author: manx Date: Wed Nov 12 14:41:54 2025 New Revision: 24439 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=24439 Log: Merged revision(s) 24437-24438 from branches/OpenMPT-1.30: Merged revision(s) 24434 from trunk/OpenMPT: [Reg] build: CI: GitHub: macOS: Remove macOS 13. Support on GitHub is being phased out. Oldest supported XCode version is 15.0 now. ........ ........ Merged revision(s) 24434 from trunk/OpenMPT: [Reg] build: CI: GitHub: macOS: Remove macOS 13. Support on GitHub is being phased out. Oldest supported XCode version is 15.0 now. ........ ........ Modified: branches/OpenMPT-1.29/ (props changed) branches/OpenMPT-1.29/.github/workflows/macOS-Makefile.yml Modified: branches/OpenMPT-1.29/.github/workflows/macOS-Makefile.yml ============================================================================== --- branches/OpenMPT-1.29/.github/workflows/macOS-Makefile.yml Wed Nov 12 14:41:18 2025 (r24438) +++ branches/OpenMPT-1.29/.github/workflows/macOS-Makefile.yml Wed Nov 12 14:41:54 2025 (r24439) @@ -180,8 +180,9 @@ - { host: macos-14, compiler: '15.4', arch: x86_64, target: '10.14', deps: small, check: true , ancient: false } - { host: macos-14, compiler: '15.4', arch: x86_64, target: '10.13', deps: small, check: true , ancient: false } - { host: macos-14, compiler: '15.3', arch: x86_64, target: '10.13', deps: small, check: true , ancient: false } - - { host: macos-13, compiler: '14.2', arch: x86_64, target: '10.13', deps: small, check: true , ancient: false } - - { host: macos-13, compiler: '14.1', arch: x86_64, target: '10.13', deps: small, check: true , ancient: false } + - { host: macos-14, compiler: '15.2', arch: x86_64, target: '10.13', deps: small, check: true , ancient: false } + - { host: macos-14, compiler: '15.1', arch: x86_64, target: '10.13', deps: small, check: true , ancient: false } + - { host: macos-14, compiler: '15.0', arch: x86_64, target: '10.13', deps: small, check: true , ancient: false } concurrency: group: ${{github.ref}}-${{github.workflow}}-${{matrix.host}}-${{matrix.compiler}}-${{matrix.arch}}-${{matrix.target}}-${{matrix.deps}} cancel-in-progress: true |