Skip to content

Commit 096ca11

Browse files
committed
Fix another CI typo
1 parent 3a70fbc commit 096ca11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ jobs:
4040
os: [ubuntu-latest, windows-latest, macOS-latest]
4141
dart: [dev]
4242

43-
runs-on: ${{ matrix.dart }}
43+
runs-on: ${{ matrix.os }}
4444

4545
# Steps represent a sequence of tasks that will be executed as part of the job
4646
steps:
4747
- uses: actions/checkout@v2
4848
- uses: DanTup/gh-actions/setup-dart@master
4949
with:
50-
channel: ${{ matrix.os }}
50+
channel: ${{ matrix.dart }}
5151

5252
- name: install sqlite (Linux)
5353
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)