From 162f6f3bc709027035e813e6df5b9e33de6f7585 Mon Sep 17 00:00:00 2001 From: Matthew Maxwell Date: Wed, 26 Jun 2024 14:18:52 -0700 Subject: [PATCH] removed oldest flutter version on flutter android demo --- .github/workflows/flutter-demos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flutter-demos.yml b/.github/workflows/flutter-demos.yml index 8e2166e85..1451aee02 100644 --- a/.github/workflows/flutter-demos.yml +++ b/.github/workflows/flutter-demos.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - flutter-version: ['2.10.0', '3.0.4', '3.22.2'] + flutter-version: ['3.0.4', '3.22.2'] steps: - uses: actions/checkout@v3 @@ -58,7 +58,7 @@ jobs: build-ios: name: Build iOS demo - runs-on: macos-11 + runs-on: macos-12 strategy: matrix: flutter-version: ['2.10.0', '3.0.4', '3.22.2']