File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ defaults:
1414
1515jobs :
1616 generator :
17- runs-on : ubuntu-20 .04
17+ runs-on : ubuntu-22 .04
1818 container :
1919 image : dart:2.17.6
2020 steps :
2626
2727 # make sure the init script doesn't stop working - it's not something we usually run during normal development
2828 init-script :
29- runs-on : ubuntu-20 .04
29+ runs-on : ubuntu-22 .04
3030 steps :
3131 - uses : actions/checkout@v3
3232 - uses : subosito/flutter-action@v2
4242 os :
4343 - windows-2022
4444 - macos-11
45- - ubuntu-20 .04
45+ - ubuntu-22 .04
4646 sdk :
4747 - 2.17.6
4848 - 2.16.2
6565 ../tool/pub.sh run test
6666
6767 valgrind :
68- runs-on : ubuntu-20 .04
68+ runs-on : ubuntu-22 .04
6969 steps :
7070 - uses : dart-lang/setup-dart@v1
7171 with :
9191 matrix :
9292 os :
9393 - macos-11
94- - ubuntu-20 .04
94+ - ubuntu-22 .04
9595 flutter-version :
9696 - 3.0.5
9797 - 2.5.0 # currently the lowest fully supported version (i.e. generator + lib)
Original file line number Diff line number Diff line change 1010
1111jobs :
1212 analyze :
13- runs-on : ubuntu-20 .04
13+ runs-on : ubuntu-22 .04
1414 container :
1515 image : dart:2.17.6
1616 steps :
2222 - run : dart format --set-exit-if-changed --fix .
2323
2424 pana :
25- runs-on : ubuntu-20 .04
25+ runs-on : ubuntu-22 .04
2626 steps :
2727 - uses : actions/checkout@v3
2828 - uses : axel-op/dart-package-analyzer@v3
4141 fi
4242
4343 coverage :
44- runs-on : ubuntu-20 .04
44+ runs-on : ubuntu-22 .04
4545 steps :
4646 - uses : actions/checkout@v3
4747 - uses : subosito/flutter-action@v2
You can’t perform that action at this time.
0 commit comments