File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ permissions:
1818
1919jobs :
2020 generator :
21- runs-on : ubuntu-22 .04
21+ runs-on : ubuntu-24 .04
2222 steps :
2323 - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2424 # Prefer running on Ubuntu over Dart Docker image
3232
3333 # make sure the init script doesn't stop working - it's not something we usually run during normal development
3434 init-script :
35- runs-on : ubuntu-22 .04
35+ runs-on : ubuntu-24 .04
3636 steps :
3737 - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3838 - uses : subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1 # v2.16.0
4848 os :
4949 - windows-2022
5050 - macos-13
51- - ubuntu-22 .04
51+ - ubuntu-24 .04
5252 sdk :
5353 # Always include lowest supported version (see sdk key in objectbox and generator
5454 # pubspec.yaml, but may be higher due to dependencies).
8888 matrix :
8989 os :
9090 - macos-13
91- - ubuntu-22 .04
91+ - ubuntu-24 .04
9292 - windows-2022 # Flutter 2.9 and newer need Visual Studio 2022 to build desktop.
9393 flutter-version :
9494 # Include lowest working version (use lowest tested Dart SDK as a guideline, see lib tests
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ permissions:
1414
1515jobs :
1616 analyze :
17- runs-on : ubuntu-22 .04
17+ runs-on : ubuntu-24 .04
1818 steps :
1919 - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2020 # Prefer running on Ubuntu over Dart Docker image
4343 run : dart format --set-exit-if-changed --fix .
4444
4545 pana :
46- runs-on : ubuntu-22 .04
46+ runs-on : ubuntu-24 .04
4747 permissions :
4848 checks : write # to publish the report
4949 steps :
6464 fi
6565
6666 coverage :
67- runs-on : ubuntu-22 .04
67+ runs-on : ubuntu-24 .04
6868 permissions :
6969 checks : write # to publish the report
7070 steps :
You can’t perform that action at this time.
0 commit comments