Skip to content

Commit f748cc8

Browse files
committed
Make release.yml in sync with main.yml
1 parent ebd7011 commit f748cc8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ jobs:
2828
- {shards: latest, crystal: latest}
2929
- {shards: nightly, crystal: nightly}
3030
- {crystal: 'branch:master'}
31+
exclude:
32+
- os: ubuntu-24.04-arm
33+
config: {shards: '0.14', crystal: '1.3'}
34+
include:
35+
- os: ubuntu-24.04-arm
36+
config: {shards: '0.19', crystal: '1.18'}
3137

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

0 commit comments

Comments
 (0)