|
11 | 11 | fail-fast: false |
12 | 12 | matrix: |
13 | 13 | 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 } |
14 | 43 | - { host: macos-26, compiler: '26.3', arch: '' , target: '' , deps: sys , check: true , ancient: false } |
15 | 44 | - { host: macos-26, compiler: '26.3', arch: arm64 , target: '' , deps: local, check: true , ancient: false } |
16 | 45 | - { host: macos-26, compiler: '26.3', arch: x86_64, target: '' , deps: local, check: true , ancient: false } |
|
0 commit comments