From 462ad338cec90606c1624bf7dbe24d5c40592bd7 Mon Sep 17 00:00:00 2001 From: guozhigq Date: Thu, 3 Oct 2024 11:02:55 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4b00161..14fa723 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,7 +40,7 @@ jobs: # if: steps.cache-flutter.outputs.cache-hit != 'true' uses: subosito/flutter-action@v2 with: - flutter-version: '3.10.6' + flutter-version: '3.19.1' channel: 'any' - run: flutter --version