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 bc70f6a commit 1117385Copy full SHA for 1117385
.github/workflows/ios.yaml
@@ -37,7 +37,7 @@ jobs:
37
set -e
38
open -a Simulator
39
sleep 5
40
- IOSRUNTIME=$(xcrun simctl list 2>&1 | egrep '^iOS' | head -n 1 | awk '{ print $NF }')
+ IOSRUNTIME=com.apple.CoreSimulator.SimRuntime.iOS-17-4
41
IOSDEV=$(xcrun simctl list 2>&1 | grep com.apple.CoreSimulator.SimDeviceType.iPhone | grep -v ' SE ' | tail -n 1 | tr -d '()' | awk '{ print $NF }')
42
DEVID=$(xcrun simctl create iphone-latest $IOSDEV $IOSRUNTIME)
43
echo "==== using device $IOSDEV, $IOSRUNTIME ===="
0 commit comments