Skip to content

Commit a1dc19c

Browse files
committed
Update build.yml
1 parent 21bfe16 commit a1dc19c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
versions+=("$v")
3636
done < <(
3737
xcrun simctl runtime list 2>/dev/null \
38-
| grep -Eo 'iOS ([0-9]+(\.[0-9]+)?)' \
38+
| grep -Eo 'iOS ([0-9]+(\.[0-9]+)*)' \
3939
| awk '{print $2}' \
4040
| sort -V \
4141
| uniq

0 commit comments

Comments
 (0)