Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jhomlala authored Jul 9, 2021
1 parent 7a77fa4 commit 936ca1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
check-format:
name: Check format using flutter format
runs-on: ubuntu-latest
container: cirrusci/flutter:beta
container: cirrusci/flutter:stable

steps:
- name: Checkout code
Expand All @@ -20,7 +20,7 @@ jobs:
lint:
name: Lint
runs-on: ubuntu-latest
container: cirrusci/flutter:beta
container: cirrusci/flutter:stable

steps:
- name: Checkout code
Expand Down

0 comments on commit 936ca1b

Please sign in to comment.