Skip to content

Commit 423f673

Browse files
committed
iphone 15 target
1 parent 8cbc42b commit 423f673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dargon2_flutter_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: Start Simulator
8888
run: |
8989
UDID=$(
90-
xcrun simctl list devices | grep "iPhone 13 (" | awk -F"[()]" '{print $2}' | awk 'NR==1{print $1}'
90+
xcrun simctl list devices | grep "iPhone 15 (" | awk -F"[()]" '{print $2}' | awk 'NR==1{print $1}'
9191
)
9292
xcrun simctl boot "${UDID:?No Simulator with this name found}"
9393
- name: Use Test Pubspec Files

0 commit comments

Comments
 (0)