From 3d146b13513c50208a0c40f8b48c7abecf8f4790 Mon Sep 17 00:00:00 2001 From: Aaron Madlon-Kay Date: Sun, 15 Dec 2024 00:00:08 +0900 Subject: [PATCH] Unpin precise Flutter version in CI --- .github/workflows/main.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e1657d09..14afe5d2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,10 +15,7 @@ jobs: - uses: actions/checkout@v4 - uses: subosito/flutter-action@v2 with: - # Revert to stable due to Android issue in Flutter 3.25+ - # https://github.com/amake/orgro/commit/2319ea7f598e89f29155497ca5e88b2532852a46 channel: stable - flutter-version: 3.24.x - name: Install dependencies run: flutter pub get - name: Run tests