Skip to content

Commit d1e4296

Browse files
committed
Merged revision(s) 25008 from trunk/OpenMPT:
[Imp] build: CI: GitHub: macOS: Add XCode 26.4. ........ git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.31@25014 56274372-70c3-4bfc-bfc3-4c3a0b034d27
1 parent adc4e27 commit d1e4296

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

.github/workflows/macOS-Autotools.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
include:
13+
- { host: macos-26, compiler: '26.4' }
1314
- { host: macos-26, compiler: '26.3' }
1415
- { host: macos-26, compiler: '26.2' }
1516
- { host: macos-26, compiler: '26.1' }

.github/workflows/macOS-Makefile.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,35 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
include:
14+
- { host: macos-26, compiler: '26.4', arch: '' , target: '' , deps: sys , check: true , ancient: false }
15+
- { host: macos-26, compiler: '26.4', arch: arm64 , target: '' , deps: local, check: true , ancient: false }
16+
- { host: macos-26, compiler: '26.4', arch: x86_64, target: '' , deps: local, check: true , ancient: false }
17+
- { host: macos-26, compiler: '26.4', arch: arm64 , target: '' , deps: small, check: true , ancient: false }
18+
- { host: macos-26, compiler: '26.4', arch: x86_64, target: '' , deps: small, check: true , ancient: false }
19+
- { host: macos-26, compiler: '26.4', arch: arm64 , target: '26' , deps: local, check: true , ancient: false }
20+
- { host: macos-26, compiler: '26.4', arch: x86_64, target: '26' , deps: local, check: true , ancient: false }
21+
- { host: macos-26, compiler: '26.4', arch: arm64 , target: '15.6' , deps: local, check: true , ancient: false }
22+
- { host: macos-26, compiler: '26.4', arch: x86_64, target: '15.6' , deps: local, check: true , ancient: false }
23+
- { host: macos-26, compiler: '26.4', arch: arm64 , target: '15.5' , deps: local, check: true , ancient: false }
24+
- { host: macos-26, compiler: '26.4', arch: x86_64, target: '15.5' , deps: local, check: true , ancient: false }
25+
- { host: macos-26, compiler: '26.4', arch: arm64 , target: '15.4' , deps: local, check: true , ancient: false }
26+
- { host: macos-26, compiler: '26.4', arch: x86_64, target: '15.4' , deps: local, check: true , ancient: false }
27+
- { host: macos-26, compiler: '26.4', arch: arm64 , target: '15.3' , deps: local, check: true , ancient: false }
28+
- { host: macos-26, compiler: '26.4', arch: x86_64, target: '15.3' , deps: local, check: true , ancient: false }
29+
- { host: macos-26, compiler: '26.4', arch: arm64 , target: '15.2' , deps: local, check: true , ancient: false }
30+
- { host: macos-26, compiler: '26.4', arch: x86_64, target: '15.2' , deps: local, check: true , ancient: false }
31+
- { host: macos-26, compiler: '26.4', arch: arm64 , target: '15.1' , deps: local, check: true , ancient: false }
32+
- { host: macos-26, compiler: '26.4', arch: x86_64, target: '15.1' , deps: local, check: true , ancient: false }
33+
- { host: macos-26, compiler: '26.4', arch: arm64 , target: '15' , deps: local, check: true , ancient: false }
34+
- { host: macos-26, compiler: '26.4', arch: x86_64, target: '15' , deps: local, check: true , ancient: false }
35+
- { host: macos-26, compiler: '26.4', arch: arm64 , target: '14' , deps: local, check: true , ancient: false }
36+
- { host: macos-26, compiler: '26.4', arch: x86_64, target: '14' , deps: local, check: true , ancient: false }
37+
- { host: macos-26, compiler: '26.4', arch: arm64 , target: '13' , deps: local, check: true , ancient: false }
38+
- { host: macos-26, compiler: '26.4', arch: x86_64, target: '13' , deps: local, check: true , ancient: false }
39+
- { host: macos-26, compiler: '26.4', arch: arm64 , target: '12' , deps: local, check: true , ancient: false }
40+
- { host: macos-26, compiler: '26.4', arch: x86_64, target: '12' , deps: local, check: true , ancient: false }
41+
- { host: macos-26, compiler: '26.4', arch: arm64 , target: '11' , deps: local, check: true , ancient: false }
42+
- { host: macos-26, compiler: '26.4', arch: x86_64, target: '11' , deps: local, check: true , ancient: false }
1443
- { host: macos-26, compiler: '26.3', arch: '' , target: '' , deps: sys , check: true , ancient: false }
1544
- { host: macos-26, compiler: '26.3', arch: arm64 , target: '' , deps: local, check: true , ancient: false }
1645
- { host: macos-26, compiler: '26.3', arch: x86_64, target: '' , deps: local, check: true , ancient: false }

0 commit comments

Comments
 (0)