From 6347c36521c7c60477bc0d50247676db1113a842 Mon Sep 17 00:00:00 2001 From: shilangyu Date: Wed, 10 Mar 2021 08:36:52 +0100 Subject: [PATCH] Use stable on CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 415a0b5..2e108bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,7 +90,7 @@ jobs: - uses: subosito/flutter-action@v1 with: - channel: "dev" + channel: "stable" - name: Get additional dependencies run: | @@ -125,7 +125,7 @@ jobs: - uses: subosito/flutter-action@v1 with: - channel: "dev" + channel: "stable" - name: Enable windows support run: |