Skip to content

Commit

Permalink
Run flutter tests on windows-2019
Browse files Browse the repository at this point in the history
  • Loading branch information
nirinchev committed Mar 25, 2022
1 parent cf72014 commit b5fc378
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,8 @@ jobs:
omitBodyDuringUpdate: true
token: ${{ secrets.GITHUB_TOKEN }}
flutter-windows:
runs-on: windows-latest
# TODO: build on windows-latest
runs-on: windows-2019
name: Flutter Tests Windows
needs:
- build-windows
Expand Down

0 comments on commit b5fc378

Please sign in to comment.