We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cbc42b commit 423f673Copy full SHA for 423f673
.github/workflows/dargon2_flutter_tests.yml
@@ -87,7 +87,7 @@ jobs:
87
- name: Start Simulator
88
run: |
89
UDID=$(
90
- 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}'
91
)
92
xcrun simctl boot "${UDID:?No Simulator with this name found}"
93
- name: Use Test Pubspec Files
0 commit comments