Skip to content

Commit 84bd01a

Browse files
GitHub Actions: test on ubuntu-24.04 (current ubuntu-latest)
1 parent 6fa6af1 commit 84bd01a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/dart.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions:
1818

1919
jobs:
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
@@ -32,7 +32,7 @@ jobs:
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
@@ -48,7 +48,7 @@ jobs:
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).
@@ -88,7 +88,7 @@ jobs:
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

.github/workflows/lint.yml

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

1515
jobs:
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
@@ -43,7 +43,7 @@ jobs:
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:
@@ -64,7 +64,7 @@ jobs:
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:

0 commit comments

Comments
 (0)