Skip to content

Commit e90f768

Browse files
committed
fix(ci): 👷 changed grep for watchos build, considering only uuid lowercase + uppercase
1 parent 2f9b9c4 commit e90f768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-watchos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
WATCH_SIMULATOR_ID=$(xcrun simctl list devices available | \
2525
grep "Apple Watch" | \
2626
grep "watchOS Simulator" | \
27-
grep -m1 -oE '[A-F0-9-]{36}')
27+
grep -m1 -oE '[a-fA-F0-9-]{36}')
2828
2929
echo "WATCH_SIMULATOR_ID=$WATCH_SIMULATOR_ID" >> $GITHUB_ENV
3030
echo "Using watchOS simulator: $WATCH_SIMULATOR_ID"

0 commit comments

Comments
 (0)