From 423f6738d7aaf8db166fb81f9677f77d9871c8e8 Mon Sep 17 00:00:00 2001 From: Jason Colburne Date: Fri, 15 Mar 2024 22:40:12 -0300 Subject: [PATCH] iphone 15 target --- .github/workflows/dargon2_flutter_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dargon2_flutter_tests.yml b/.github/workflows/dargon2_flutter_tests.yml index a69ad29..ef0e17e 100644 --- a/.github/workflows/dargon2_flutter_tests.yml +++ b/.github/workflows/dargon2_flutter_tests.yml @@ -87,7 +87,7 @@ jobs: - name: Start Simulator run: | UDID=$( - xcrun simctl list devices | grep "iPhone 13 (" | awk -F"[()]" '{print $2}' | awk 'NR==1{print $1}' + xcrun simctl list devices | grep "iPhone 15 (" | awk -F"[()]" '{print $2}' | awk 'NR==1{print $1}' ) xcrun simctl boot "${UDID:?No Simulator with this name found}" - name: Use Test Pubspec Files