Skip to content

Commit d2cfa0d

Browse files
:|
1 parent 3614b3d commit d2cfa0d

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/ios_navigation_tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,7 @@ jobs:
3434
3535
- name: Boot iPhone 15 Pro (iOS 17.2) Simulator
3636
run: |
37-
UDID=$(xcrun simctl list devices available | \
38-
grep -i "iPhone 15 Pro (17.2" | \
39-
grep -oE '([0-9A-F-]{36})' | head -n 1)
40-
37+
UDID=$(xcrun simctl list devices available | grep -i "iPhone 15 Pro" | grep -i "17.2" | awk -F'[()]' '{print $2}' | head -n 1)
4138
if [ -z "$UDID" ]; then
4239
echo "::error::No matching iPhone 15 Pro (iOS 17.2) simulator found!"
4340
exit 1

0 commit comments

Comments
 (0)