Skip to content

Commit

Permalink
Move runs-on setting
Browse files Browse the repository at this point in the history
  • Loading branch information
rekire committed Apr 9, 2024
1 parent cd443ee commit 7505096
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/autologin_windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ on:

jobs:
build:
runs-on: windows-latest
steps:
- uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
with:
flutter_channel: stable
flutter_version: 3.13.2
working_directory: autologin_windows
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
with:
runs-on: windows-latest
flutter_channel: stable
flutter_version: 3.13.2
working_directory: autologin_windows

0 comments on commit 7505096

Please sign in to comment.