We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
windows-latest
1 parent 9ed9e7a commit 598bccaCopy full SHA for 598bcca
.github/workflows/dart.yml
@@ -6,7 +6,7 @@ jobs:
6
build:
7
strategy:
8
matrix:
9
- os: ['ubuntu-latest', 'windows-2019', 'macos-latest']
+ os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
10
dart_channel: ['stable']
11
12
fail-fast: false
0 commit comments