File tree Expand file tree Collapse file tree 2 files changed +10
-14
lines changed Expand file tree Collapse file tree 2 files changed +10
-14
lines changed Original file line number Diff line number Diff line change @@ -14,21 +14,19 @@ jobs:
14
14
strategy :
15
15
fail-fast : false
16
16
matrix :
17
- os : [ubuntu-latest, macos-latest, windows-latest]
17
+ os :
18
+ - ubuntu-latest
19
+ - macos-latest # arm64
20
+ - macos-13 # x64
21
+ - windows-latest
18
22
config :
19
23
- {}
20
24
- {shards: false}
21
25
- {shards: true}
22
- - {shards: '0.12.0', crystal: '0.35.1'}
23
26
- {shards: '0.14', crystal: '1.3'}
24
27
- {shards: latest, crystal: latest}
25
28
- {shards: nightly, crystal: nightly}
26
29
- {crystal: 'branch:master'}
27
- exclude :
28
- - os : windows-latest
29
- config : {shards: '0.12.0', crystal: '0.35.1'}
30
- - os : macos-latest
31
- config : {shards: '0.12.0', crystal: '0.35.1'}
32
30
33
31
name : crystal ${{ matrix.config.crystal }} + shards ${{ matrix.config.shards }} (${{ matrix.os }})
34
32
runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -14,21 +14,19 @@ jobs:
14
14
strategy :
15
15
fail-fast : false
16
16
matrix :
17
- os : [ubuntu-latest, macos-latest, windows-latest]
17
+ os :
18
+ - ubuntu-latest
19
+ - macos-latest # arm64
20
+ - macos-13 # x64
21
+ - windows-latest
18
22
config :
19
23
- {}
20
24
- {shards: false}
21
25
- {shards: true}
22
- - {shards: '0.12.0', crystal: '0.35.1'}
23
26
- {shards: '0.14', crystal: '1.3'}
24
27
- {shards: latest, crystal: latest}
25
28
- {shards: nightly, crystal: nightly}
26
29
- {crystal: 'branch:master'}
27
- exclude :
28
- - os : windows-latest
29
- config : {shards: '0.12.0', crystal: '0.35.1'}
30
- - os : macos-latest
31
- config : {shards: '0.12.0', crystal: '0.35.1'}
32
30
33
31
name : crystal ${{ matrix.config.crystal }} + shards ${{ matrix.config.shards }} (${{ matrix.os }})
34
32
runs-on : ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments