From: <sv...@op...> - 2024-03-28 07:34:58
|
Author: manx Date: Thu Mar 28 08:34:46 2024 New Revision: 20475 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=20475 Log: Merged revision(s) 20474 from trunk/OpenMPT: [Fix] build: CI: GitHub: Properly quote macOS target version. ........ Modified: branches/OpenMPT-1.31/ (props changed) branches/OpenMPT-1.31/.github/workflows/macOS-Makefile.yml Modified: branches/OpenMPT-1.31/.github/workflows/macOS-Makefile.yml ============================================================================== --- branches/OpenMPT-1.31/.github/workflows/macOS-Makefile.yml Thu Mar 28 08:34:22 2024 (r20474) +++ branches/OpenMPT-1.31/.github/workflows/macOS-Makefile.yml Thu Mar 28 08:34:46 2024 (r20475) @@ -11,30 +11,30 @@ fail-fast: false matrix: include: - - { host: macos-14, compiler: '15.3', arch: '' , target: '' , deps: sys , check: true } - - { host: macos-14, compiler: '15.3', arch: arm64 , target: '' , deps: local, check: true } - - { host: macos-14, compiler: '15.3', arch: x64_64, target: '' , deps: local, check: true } - - { host: macos-14, compiler: '15.3', arch: arm64 , target: '' , deps: small, check: true } - - { host: macos-14, compiler: '15.3', arch: x64_64, target: '' , deps: small, check: true } - - { host: macos-14, compiler: '15.3', arch: arm64 , target: 14 , deps: local, check: true } - - { host: macos-14, compiler: '15.3', arch: x64_64, target: 14 , deps: local, check: true } - - { host: macos-14, compiler: '15.3', arch: arm64 , target: 13 , deps: local, check: true } - - { host: macos-14, compiler: '15.3', arch: x64_64, target: 13 , deps: local, check: true } - - { host: macos-14, compiler: '15.3', arch: arm64 , target: 12 , deps: local, check: true } - - { host: macos-14, compiler: '15.3', arch: x64_64, target: 12 , deps: local, check: true } - - { host: macos-14, compiler: '15.3', arch: arm64 , target: 11 , deps: local, check: true } - - { host: macos-14, compiler: '15.3', arch: x64_64, target: 11 , deps: local, check: true } - - { host: macos-14, compiler: '15.3', arch: x64_64, target: 10.15, deps: local, check: true } - - { host: macos-14, compiler: '15.3', arch: x64_64, target: 10.14, deps: local, check: true } - - { host: macos-14, compiler: '15.3', arch: i386 , target: 10.14, deps: local, check: false } - - { host: macos-14, compiler: '15.3', arch: x64_64, target: 10.13, deps: local, check: true } - - { host: macos-14, compiler: '15.3', arch: i386 , target: 10.13, deps: local, check: false } - - { host: macos-13, compiler: '15.2', arch: x64_64, target: 10.13, deps: local, check: true } - - { host: macos-13, compiler: '15.2', arch: i386 , target: 10.13, deps: local, check: false } - - { host: macos-12, compiler: '14.2', arch: x64_64, target: 10.13, deps: local, check: true } - - { host: macos-12, compiler: '14.2', arch: i386 , target: 10.13, deps: local, check: false } - - { host: macos-12, compiler: '14.2', arch: x64_64, target: 10.13, deps: small, check: true } - - { host: macos-12, compiler: '14.2', arch: i386 , target: 10.13, deps: small, check: false } + - { host: macos-14, compiler: '15.3', arch: '' , target: '' , deps: sys , check: true } + - { host: macos-14, compiler: '15.3', arch: arm64 , target: '' , deps: local, check: true } + - { host: macos-14, compiler: '15.3', arch: x64_64, target: '' , deps: local, check: true } + - { host: macos-14, compiler: '15.3', arch: arm64 , target: '' , deps: small, check: true } + - { host: macos-14, compiler: '15.3', arch: x64_64, target: '' , deps: small, check: true } + - { host: macos-14, compiler: '15.3', arch: arm64 , target: '14' , deps: local, check: true } + - { host: macos-14, compiler: '15.3', arch: x64_64, target: '14' , deps: local, check: true } + - { host: macos-14, compiler: '15.3', arch: arm64 , target: '13' , deps: local, check: true } + - { host: macos-14, compiler: '15.3', arch: x64_64, target: '13' , deps: local, check: true } + - { host: macos-14, compiler: '15.3', arch: arm64 , target: '12' , deps: local, check: true } + - { host: macos-14, compiler: '15.3', arch: x64_64, target: '12' , deps: local, check: true } + - { host: macos-14, compiler: '15.3', arch: arm64 , target: '11' , deps: local, check: true } + - { host: macos-14, compiler: '15.3', arch: x64_64, target: '11' , deps: local, check: true } + - { host: macos-14, compiler: '15.3', arch: x64_64, target: '10.15', deps: local, check: true } + - { host: macos-14, compiler: '15.3', arch: x64_64, target: '10.14', deps: local, check: true } + - { host: macos-14, compiler: '15.3', arch: i386 , target: '10.14', deps: local, check: false } + - { host: macos-14, compiler: '15.3', arch: x64_64, target: '10.13', deps: local, check: true } + - { host: macos-14, compiler: '15.3', arch: i386 , target: '10.13', deps: local, check: false } + - { host: macos-13, compiler: '15.2', arch: x64_64, target: '10.13', deps: local, check: true } + - { host: macos-13, compiler: '15.2', arch: i386 , target: '10.13', deps: local, check: false } + - { host: macos-12, compiler: '14.2', arch: x64_64, target: '10.13', deps: local, check: true } + - { host: macos-12, compiler: '14.2', arch: i386 , target: '10.13', deps: local, check: false } + - { host: macos-12, compiler: '14.2', arch: x64_64, target: '10.13', deps: small, check: true } + - { host: macos-12, compiler: '14.2', arch: i386 , target: '10.13', deps: small, check: false } concurrency: group: ${{github.ref}}-${{github.workflow}}-${{matrix.host}}-${{matrix.compiler}}-${{matrix.arch}}-${{matrix.target}}-${{matrix.deps}} cancel-in-progress: true |