From 12a8e73809470d5a001b9faec6a2dcd0ab1f3c29 Mon Sep 17 00:00:00 2001 From: Roland Geider Date: Mon, 26 Sep 2022 15:20:59 +0200 Subject: [PATCH] Update flutter version used for CI and builds --- .github/workflows/android-release.yml | 2 +- .github/workflows/ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/android-release.yml b/.github/workflows/android-release.yml index 1aac6143..681dcad5 100644 --- a/.github/workflows/android-release.yml +++ b/.github/workflows/android-release.yml @@ -25,7 +25,7 @@ jobs: uses: subosito/flutter-action@v1 with: channel: 'stable' - flutter-version: '3.0.x' + flutter-version: '3.3.x' - name: Decrypt config files run: | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e7e2894..c8c30c33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ on: - 'pubspec.yaml' jobs: test: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 @@ -20,7 +20,7 @@ jobs: uses: subosito/flutter-action@v1 with: channel: 'stable' - flutter-version: '3.0.x' + flutter-version: '3.3.x' - run: dart --version - run: flutter --version