From: <sv...@op...> - 2024-08-12 13:06:15
|
Author: manx Date: Mon Aug 12 15:06:03 2024 New Revision: 21390 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21390 Log: [Fix] build: CI: GitHub: macOS: Remove XCode 13.2 again. Modified: trunk/OpenMPT/.github/workflows/macOS-Autotools.yml Modified: trunk/OpenMPT/.github/workflows/macOS-Autotools.yml ============================================================================== --- trunk/OpenMPT/.github/workflows/macOS-Autotools.yml Mon Aug 12 15:02:59 2024 (r21389) +++ trunk/OpenMPT/.github/workflows/macOS-Autotools.yml Mon Aug 12 15:06:03 2024 (r21390) @@ -17,7 +17,6 @@ - { host: macos-14, compiler: '15.3' } - { host: macos-13, compiler: '15.2' } - { host: macos-12, compiler: '14.2' } - - { host: macos-12, compiler: '13.2' } concurrency: group: ${{github.ref}}-${{github.workflow}}-${{matrix.host}}-${{matrix.compiler}}-autotools cancel-in-progress: true |