Skip to content

Commit

Permalink
Use ubuntu 22.04 for build task (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jupi007 committed Oct 30, 2022
1 parent 5987e8e commit ba5e298
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
with-flutter-action:
name: with-flutter-action
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v2
Expand All @@ -23,7 +23,7 @@ jobs:
working-directory: example

with-flutter-snap:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit ba5e298

Please sign in to comment.