diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 25d1bfc3..fa88a238 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: timeout-minutes: 10 container: - image: dart:3.4.1 + image: dart:3.3.0 steps: - name: Check out code @@ -35,7 +35,7 @@ jobs: timeout-minutes: 10 container: - image: dart:3.4.1 + image: dart:3.3.0 steps: - name: Check out code