Skip to content

Commit

Permalink
Revert r21749 because of GitHub/Homebrew breakage.
Browse files Browse the repository at this point in the history
Merged revision(s) 21749 from trunk/OpenMPT:
[Mod] build: CI: GitHub: macOS: Run XCode 16 and 16.1 on macOS 15 instead of macOS 14.
........


git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@21752 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Sep 26, 2024
1 parent 4e468b4 commit c546830
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macOS-Autotools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
fail-fast: false
matrix:
include:
- { host: macos-15, compiler: '16.1' }
- { host: macos-15, compiler: '16' }
- { host: macos-14, compiler: '16.1' }
- { host: macos-14, compiler: '16' }
- { host: macos-14, compiler: '15.4' }
- { host: macos-14, compiler: '15.3' }
- { host: macos-13, compiler: '15.2' }
Expand Down
64 changes: 32 additions & 32 deletions .github/workflows/macOS-Makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,38 +13,38 @@ jobs:
fail-fast: false
matrix:
include:
- { host: macos-15, compiler: '16.1', arch: '' , target: '' , deps: sys , check: true , ancient: false }
- { host: macos-15, compiler: '16.1', arch: arm64 , target: '' , deps: local, check: true , ancient: false }
- { host: macos-15, compiler: '16.1', arch: x86_64, target: '' , deps: local, check: true , ancient: false }
- { host: macos-15, compiler: '16.1', arch: arm64 , target: '' , deps: small, check: true , ancient: false }
- { host: macos-15, compiler: '16.1', arch: x86_64, target: '' , deps: small, check: true , ancient: false }
- { host: macos-15, compiler: '16.1', arch: arm64 , target: '14' , deps: local, check: true , ancient: false }
- { host: macos-15, compiler: '16.1', arch: x86_64, target: '14' , deps: local, check: true , ancient: false }
- { host: macos-15, compiler: '16.1', arch: arm64 , target: '13' , deps: local, check: true , ancient: false }
- { host: macos-15, compiler: '16.1', arch: x86_64, target: '13' , deps: local, check: true , ancient: false }
- { host: macos-15, compiler: '16.1', arch: arm64 , target: '12' , deps: local, check: true , ancient: false }
- { host: macos-15, compiler: '16.1', arch: x86_64, target: '12' , deps: local, check: true , ancient: false }
- { host: macos-15, compiler: '16.1', arch: arm64 , target: '11' , deps: local, check: true , ancient: false }
- { host: macos-15, compiler: '16.1', arch: x86_64, target: '11' , deps: local, check: true , ancient: false }
- { host: macos-15, compiler: '16.1', arch: x86_64, target: '10.15', deps: local, check: true , ancient: false }
- { host: macos-15, compiler: '16.1', arch: x86_64, target: '10.14', deps: local, check: true , ancient: false }
- { host: macos-15, compiler: '16.1', arch: x86_64, target: '10.13', deps: local, check: true , ancient: false }
- { host: macos-15, compiler: '16' , arch: '' , target: '' , deps: sys , check: true , ancient: false }
- { host: macos-15, compiler: '16' , arch: arm64 , target: '' , deps: local, check: true , ancient: false }
- { host: macos-15, compiler: '16' , arch: x86_64, target: '' , deps: local, check: true , ancient: false }
- { host: macos-15, compiler: '16' , arch: arm64 , target: '' , deps: small, check: true , ancient: false }
- { host: macos-15, compiler: '16' , arch: x86_64, target: '' , deps: small, check: true , ancient: false }
- { host: macos-15, compiler: '16' , arch: arm64 , target: '14' , deps: local, check: true , ancient: false }
- { host: macos-15, compiler: '16' , arch: x86_64, target: '14' , deps: local, check: true , ancient: false }
- { host: macos-15, compiler: '16' , arch: arm64 , target: '13' , deps: local, check: true , ancient: false }
- { host: macos-15, compiler: '16' , arch: x86_64, target: '13' , deps: local, check: true , ancient: false }
- { host: macos-15, compiler: '16' , arch: arm64 , target: '12' , deps: local, check: true , ancient: false }
- { host: macos-15, compiler: '16' , arch: x86_64, target: '12' , deps: local, check: true , ancient: false }
- { host: macos-15, compiler: '16' , arch: arm64 , target: '11' , deps: local, check: true , ancient: false }
- { host: macos-15, compiler: '16' , arch: x86_64, target: '11' , deps: local, check: true , ancient: false }
- { host: macos-15, compiler: '16' , arch: x86_64, target: '10.15', deps: local, check: true , ancient: false }
- { host: macos-15, compiler: '16' , arch: x86_64, target: '10.14', deps: local, check: true , ancient: false }
- { host: macos-15, compiler: '16' , arch: x86_64, target: '10.13', deps: local, check: true , ancient: false }
- { host: macos-14, compiler: '16.1', arch: '' , target: '' , deps: sys , check: true , ancient: false }
- { host: macos-14, compiler: '16.1', arch: arm64 , target: '' , deps: local, check: true , ancient: false }
- { host: macos-14, compiler: '16.1', arch: x86_64, target: '' , deps: local, check: true , ancient: false }
- { host: macos-14, compiler: '16.1', arch: arm64 , target: '' , deps: small, check: true , ancient: false }
- { host: macos-14, compiler: '16.1', arch: x86_64, target: '' , deps: small, check: true , ancient: false }
- { host: macos-14, compiler: '16.1', arch: arm64 , target: '14' , deps: local, check: true , ancient: false }
- { host: macos-14, compiler: '16.1', arch: x86_64, target: '14' , deps: local, check: true , ancient: false }
- { host: macos-14, compiler: '16.1', arch: arm64 , target: '13' , deps: local, check: true , ancient: false }
- { host: macos-14, compiler: '16.1', arch: x86_64, target: '13' , deps: local, check: true , ancient: false }
- { host: macos-14, compiler: '16.1', arch: arm64 , target: '12' , deps: local, check: true , ancient: false }
- { host: macos-14, compiler: '16.1', arch: x86_64, target: '12' , deps: local, check: true , ancient: false }
- { host: macos-14, compiler: '16.1', arch: arm64 , target: '11' , deps: local, check: true , ancient: false }
- { host: macos-14, compiler: '16.1', arch: x86_64, target: '11' , deps: local, check: true , ancient: false }
- { 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: 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 }
- { host: macos-14, compiler: '16' , arch: x86_64, target: '' , deps: small, check: true , ancient: false }
- { host: macos-14, compiler: '16' , arch: arm64 , target: '14' , deps: local, check: true , ancient: false }
- { host: macos-14, compiler: '16' , arch: x86_64, target: '14' , deps: local, check: true , ancient: false }
- { host: macos-14, compiler: '16' , arch: arm64 , target: '13' , deps: local, check: true , ancient: false }
- { host: macos-14, compiler: '16' , arch: x86_64, target: '13' , deps: local, check: true , ancient: false }
- { host: macos-14, compiler: '16' , arch: arm64 , target: '12' , deps: local, check: true , ancient: false }
- { host: macos-14, compiler: '16' , arch: x86_64, target: '12' , deps: local, check: true , ancient: false }
- { host: macos-14, compiler: '16' , arch: arm64 , target: '11' , deps: local, check: true , ancient: false }
- { host: macos-14, compiler: '16' , arch: x86_64, target: '11' , deps: local, check: true , ancient: false }
- { host: macos-14, compiler: '16' , arch: x86_64, target: '10.15', deps: local, check: true , ancient: false }
- { host: macos-14, compiler: '16' , arch: x86_64, target: '10.14', deps: local, check: true , ancient: false }
- { host: macos-14, compiler: '16' , arch: x86_64, target: '10.13', deps: local, check: true , ancient: false }
- { host: macos-14, compiler: '15.4', arch: '' , target: '' , deps: sys , check: true , ancient: false }
- { host: macos-14, compiler: '15.4', arch: arm64 , target: '' , deps: local, check: true , ancient: false }
- { host: macos-14, compiler: '15.4', arch: x86_64, target: '' , deps: local, check: true , ancient: false }
Expand Down

0 comments on commit c546830

Please sign in to comment.