Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Commit

Permalink
fix: windows 2019 for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Tricked-dev committed Mar 19, 2022
1 parent 99b2d67 commit 0dd90af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutterci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
build_windows:
if: startsWith(github.ref, 'refs/tags/v')
needs: test
runs-on: windows-latest
runs-on: Windows-2019
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v2.2.0
Expand Down

0 comments on commit 0dd90af

Please sign in to comment.