|
From: <sv...@op...> - 2025-11-12 13:38:24
|
Author: manx Date: Wed Nov 12 14:38:17 2025 New Revision: 24436 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=24436 Log: 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.31/ (props changed) branches/OpenMPT-1.31/.github/workflows/macOS-Autotools.yml branches/OpenMPT-1.31/.github/workflows/macOS-Makefile.yml Modified: branches/OpenMPT-1.31/.github/workflows/macOS-Autotools.yml ============================================================================== --- branches/OpenMPT-1.31/.github/workflows/macOS-Autotools.yml Wed Nov 12 14:37:56 2025 (r24435) +++ branches/OpenMPT-1.31/.github/workflows/macOS-Autotools.yml Wed Nov 12 14:38:17 2025 (r24436) @@ -19,9 +19,9 @@ - { host: macos-15, compiler: '16.0' } - { host: macos-14, compiler: '15.4' } - { host: macos-14, compiler: '15.3' } - - { host: macos-13, compiler: '15.2' } - - { host: macos-13, compiler: '14.2' } - - { host: macos-13, compiler: '14.1' } + - { host: macos-14, compiler: '15.2' } + - { host: macos-14, compiler: '15.1' } + - { host: macos-14, compiler: '15.0' } concurrency: group: ${{github.ref}}-${{github.workflow}}-${{matrix.host}}-${{matrix.compiler}}-autotools cancel-in-progress: true Modified: branches/OpenMPT-1.31/.github/workflows/macOS-Makefile.yml ============================================================================== --- branches/OpenMPT-1.31/.github/workflows/macOS-Makefile.yml Wed Nov 12 14:37:56 2025 (r24435) +++ branches/OpenMPT-1.31/.github/workflows/macOS-Makefile.yml Wed Nov 12 14:38:17 2025 (r24436) @@ -196,11 +196,13 @@ - { host: macos-14, compiler: '15.4', arch: x86_64, target: '10.14', deps: local, check: true , ancient: false } - { host: macos-14, compiler: '15.4', arch: x86_64, target: '10.13', deps: local, check: true , ancient: false } - { host: macos-14, compiler: '15.3', arch: x86_64, target: '10.13', deps: local, check: true , ancient: false } - - { host: macos-13, compiler: '15.2', arch: x86_64, target: '10.13', deps: local, check: true , ancient: false } - - { host: macos-13, compiler: '14.2', arch: x86_64, target: '10.13', deps: local, 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: local, 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.3', 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: local, 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: local, 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: local, 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 |