From db83baa3437f9063c0a561d9ac885f5c9ec9286d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20Wi=C5=9Bniewski?= Date: Fri, 15 Dec 2023 16:19:57 +0100 Subject: [PATCH] Fix CI builds --- .github/workflows/tests.yml | 2 +- codemagic.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9ee8116..a5a4869 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,6 +23,6 @@ jobs: - name: Analyze run: flutter analyze - name: Check format - run: flutter format --set-exit-if-changed . + run: dart format --set-exit-if-changed . - name: Run unit tests run: flutter test --test-randomize-ordering-seed random \ No newline at end of file diff --git a/codemagic.yaml b/codemagic.yaml index 9db8609..97fe7ec 100644 --- a/codemagic.yaml +++ b/codemagic.yaml @@ -26,7 +26,7 @@ workflows: tests-mobile: name: iOS and Android - instance_type: mac_mini_m2 + instance_type: mac_mini_m1 max_build_duration: 60 environment: flutter: stable