Skip to content

Commit 1117385

Browse files
committed
ios: apple sucks. check if ios 17.4 works
1 parent bc70f6a commit 1117385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ios.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
set -e
3838
open -a Simulator
3939
sleep 5
40-
IOSRUNTIME=$(xcrun simctl list 2>&1 | egrep '^iOS' | head -n 1 | awk '{ print $NF }')
40+
IOSRUNTIME=com.apple.CoreSimulator.SimRuntime.iOS-17-4
4141
IOSDEV=$(xcrun simctl list 2>&1 | grep com.apple.CoreSimulator.SimDeviceType.iPhone | grep -v ' SE ' | tail -n 1 | tr -d '()' | awk '{ print $NF }')
4242
DEVID=$(xcrun simctl create iphone-latest $IOSDEV $IOSRUNTIME)
4343
echo "==== using device $IOSDEV, $IOSRUNTIME ===="

0 commit comments

Comments
 (0)