Skip to content

Commit 5c48fc0

Browse files
GitHub Actions: update Ubuntu [20.04 -> 22.04]
1 parent 589a37d commit 5c48fc0

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/dart.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ defaults:
1414

1515
jobs:
1616
generator:
17-
runs-on: ubuntu-20.04
17+
runs-on: ubuntu-22.04
1818
container:
1919
image: dart:2.17.6
2020
steps:
@@ -26,7 +26,7 @@ jobs:
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
@@ -42,7 +42,7 @@ jobs:
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
@@ -65,7 +65,7 @@ jobs:
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:
@@ -91,7 +91,7 @@ jobs:
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)

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
analyze:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-22.04
1414
container:
1515
image: dart:2.17.6
1616
steps:
@@ -22,7 +22,7 @@ jobs:
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
@@ -41,7 +41,7 @@ jobs:
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

0 commit comments

Comments
 (0)