We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebd7011 commit f748cc8Copy full SHA for f748cc8
.github/workflows/release.yml
@@ -28,6 +28,12 @@ jobs:
28
- {shards: latest, crystal: latest}
29
- {shards: nightly, crystal: nightly}
30
- {crystal: 'branch:master'}
31
+ exclude:
32
+ - os: ubuntu-24.04-arm
33
+ config: {shards: '0.14', crystal: '1.3'}
34
+ include:
35
36
+ config: {shards: '0.19', crystal: '1.18'}
37
38
name: crystal ${{ matrix.config.crystal }} + shards ${{ matrix.config.shards }} (${{ matrix.os }})
39
runs-on: ${{ matrix.os }}
0 commit comments