From 7cb77d2cad2bb90ca6de1a2d8f9e33ea0bc7e53f Mon Sep 17 00:00:00 2001 From: Hemant KArya <65885023+HemantKArya@users.noreply.github.com> Date: Fri, 16 Aug 2024 16:30:17 +0530 Subject: [PATCH] linux workflow fix --- .github/workflows/linux_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux_ci.yml b/.github/workflows/linux_ci.yml index 65862f9..b455bff 100644 --- a/.github/workflows/linux_ci.yml +++ b/.github/workflows/linux_ci.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Flutter uses: subosito/flutter-action@v2 with: - flutter-version: '3.19.4' + flutter-version: '3.22.3' channel: stable - run: | sudo apt-get update -y