diff --git a/.github/scripts/uitests_for_ios.sh b/.github/scripts/uitests_for_ios.sh index f825ae5..f6c2733 100755 --- a/.github/scripts/uitests_for_ios.sh +++ b/.github/scripts/uitests_for_ios.sh @@ -5,7 +5,7 @@ #---------------------------------------------------------- # Search for device ID -DEVICE=$(xcrun simctl list devices | grep -m 1 'iPhone 16' | grep -E -o -i '([0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12})') +DEVICE=$(xcrun simctl list devices | grep -m 1 'iPhone 17' | grep -E -o -i '([0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12})') # (re)Launch simulator xcrun simctl shutdown "${DEVICE}"