We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a4d2b2 commit 9df2e44Copy full SHA for 9df2e44
.github/workflows/swift.yml
@@ -46,7 +46,7 @@ jobs:
46
DEST="${{ matrix.destination }}"
47
if [[ "${{ matrix.platform }}" != "macOS" && "${{ matrix.platform }}" != "macCatalyst" ]]; then
48
DEVICE_ID=$(xcrun simctl list devices available \
49
- | grep "${{ matrix.device }} Simulator" \
+ | grep "${{ matrix.device }}" \
50
| head -1 \
51
| awk -F'[()]' '{print $(NF-3)}')
52
DEST="${DEST},id=${DEVICE_ID}"
0 commit comments