From 9661cd14e706bbe773c609d2fbfddb0770990158 Mon Sep 17 00:00:00 2001 From: hendrikvanderkaaden Date: Tue, 28 May 2024 16:15:01 +0200 Subject: [PATCH] change dart version --- .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 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