From fa39baa96d481efdc7c060f08021f51a40440b4f Mon Sep 17 00:00:00 2001 From: Eric Windmill Date: Thu, 31 Jul 2025 13:29:15 -0400 Subject: [PATCH] only run beta CI for a moment --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e3699bb41..1344002ed 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,7 @@ jobs: strategy: fail-fast: false matrix: - flutter_version: [stable] + flutter_version: [beta] os: [ubuntu-latest, macos-latest, windows-latest] steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683