From 144c24b6a1a085af38c21bf31655ee5b34ad7fa7 Mon Sep 17 00:00:00 2001 From: Jonas Bark Date: Mon, 26 Feb 2024 14:51:19 +0100 Subject: [PATCH] use iPhone 15 as test device on CI --- .github/workflows/all_plugins.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/all_plugins.yaml b/.github/workflows/all_plugins.yaml index c2c144515..3bd660cb1 100644 --- a/.github/workflows/all_plugins.yaml +++ b/.github/workflows/all_plugins.yaml @@ -120,7 +120,7 @@ jobs: - name: "Start iOS Simulator" run: | - xcrun simctl boot "iPhone 13 mini" + xcrun simctl boot "iPhone 15" - name: "Run Flutter Driver tests on iOS" working-directory: example