We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f9b9c4 commit e90f768Copy full SHA for e90f768
.github/workflows/build-watchos.yml
@@ -24,7 +24,7 @@ jobs:
24
WATCH_SIMULATOR_ID=$(xcrun simctl list devices available | \
25
grep "Apple Watch" | \
26
grep "watchOS Simulator" | \
27
- grep -m1 -oE '[A-F0-9-]{36}')
+ grep -m1 -oE '[a-fA-F0-9-]{36}')
28
29
echo "WATCH_SIMULATOR_ID=$WATCH_SIMULATOR_ID" >> $GITHUB_ENV
30
echo "Using watchOS simulator: $WATCH_SIMULATOR_ID"
0 commit comments