Skip to content

Commit 2972d6c

Browse files
authored
Re-add testing on x64 mac, drop Crystal 0.35.1 (#39)
1 parent 34d796a commit 2972d6c

File tree

2 files changed

+10
-14
lines changed

2 files changed

+10
-14
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,19 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
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
1822
config:
1923
- {}
2024
- {shards: false}
2125
- {shards: true}
22-
- {shards: '0.12.0', crystal: '0.35.1'}
2326
- {shards: '0.14', crystal: '1.3'}
2427
- {shards: latest, crystal: latest}
2528
- {shards: nightly, crystal: nightly}
2629
- {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'}
3230

3331
name: crystal ${{ matrix.config.crystal }} + shards ${{ matrix.config.shards }} (${{ matrix.os }})
3432
runs-on: ${{ matrix.os }}

.github/workflows/release.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,19 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
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
1822
config:
1923
- {}
2024
- {shards: false}
2125
- {shards: true}
22-
- {shards: '0.12.0', crystal: '0.35.1'}
2326
- {shards: '0.14', crystal: '1.3'}
2427
- {shards: latest, crystal: latest}
2528
- {shards: nightly, crystal: nightly}
2629
- {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'}
3230

3331
name: crystal ${{ matrix.config.crystal }} + shards ${{ matrix.config.shards }} (${{ matrix.os }})
3432
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)