Skip to content

Commit 78cb080

Browse files
committed
Update build.yml
1 parent 5917135 commit 78cb080

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
@@ -78,7 +78,7 @@ jobs:
7878
7979
# 선택된 iOS 런타임에서 'iPhone'이 포함된 첫 번째 시뮬레이터 이름 선택
8080
DEVICE_NAME=$(xcrun simctl list devices available | awk -v ver="$IOS_VER" '
81-
$0 ~ "^== iOS " ver "(\\.[0-9]+)? ==" {flag=1; next}
81+
$0 ~ "^== iOS " ver "(\\.[0-9]+)* ==" {flag=1; next}
8282
$0 ~ "^== " {flag=0}
8383
flag && $0 ~ /^[[:space:]]/ && $0 ~ /iPhone/ {
8484
sub(/^[[:space:]]+/, "", $0)

0 commit comments

Comments
 (0)