Skip to content

Commit

Permalink
iphone 15 target
Browse files Browse the repository at this point in the history
  • Loading branch information
qui-jason committed Mar 16, 2024
1 parent 8cbc42b commit 423f673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dargon2_flutter_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 423f673

Please sign in to comment.