Skip to content

Commit

Permalink
GitHub Actions: test on ubuntu-24.04 (current ubuntu-latest)
Browse files Browse the repository at this point in the history
  • Loading branch information
greenrobot-team committed Oct 15, 2024
1 parent 6fa6af1 commit 84bd01a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions:

jobs:
generator:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
# Prefer running on Ubuntu over Dart Docker image
Expand All @@ -32,7 +32,7 @@ jobs:

# make sure the init script doesn't stop working - it's not something we usually run during normal development
init-script:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1 # v2.16.0
Expand All @@ -48,7 +48,7 @@ jobs:
os:
- windows-2022
- macos-13
- ubuntu-22.04
- ubuntu-24.04
sdk:
# Always include lowest supported version (see sdk key in objectbox and generator
# pubspec.yaml, but may be higher due to dependencies).
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
matrix:
os:
- macos-13
- ubuntu-22.04
- ubuntu-24.04
- windows-2022 # Flutter 2.9 and newer need Visual Studio 2022 to build desktop.
flutter-version:
# Include lowest working version (use lowest tested Dart SDK as a guideline, see lib tests
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:

jobs:
analyze:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
# Prefer running on Ubuntu over Dart Docker image
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
run: dart format --set-exit-if-changed --fix .

pana:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
checks: write # to publish the report
steps:
Expand All @@ -64,7 +64,7 @@ jobs:
fi
coverage:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
checks: write # to publish the report
steps:
Expand Down

0 comments on commit 84bd01a

Please sign in to comment.