Skip to content

Commit c378a7a

Browse files
authored
chore(unix_api): Switch to using the stable channel for CI (#293)
1 parent 6ac7673 commit c378a7a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/unix_api.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
2929
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
30-
with:
31-
sdk: dev
3230
- run: dart pub get
3331
- run: dart analyze --fatal-infos
3432
- run: dart format --output=none --set-exit-if-changed .
@@ -44,8 +42,6 @@ jobs:
4442
steps:
4543
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
4644
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
47-
with:
48-
sdk: dev
4945
- run: dart pub get
5046
- run: dart run tool/generate.dart
5147
- run: git diff --exit-code
@@ -54,7 +50,7 @@ jobs:
5450
strategy:
5551
fail-fast: false
5652
matrix:
57-
sdk: [dev]
53+
sdk: [stable, beta]
5854
os: [macos-latest, ubuntu-latest, ubuntu-24.04-arm]
5955
runs-on: ${{ matrix.os }}
6056
steps:

0 commit comments

Comments
 (0)