maybe fix CI boot script

This commit is contained in:
Sebastian Imlay 2022-11-04 21:17:24 -04:00
parent 833a09b388
commit b5b97fd301

View file

@ -98,7 +98,7 @@ jobs:
xcrun simctl list runtimes
# Launch the simulator
RUNTIME_ID=$(xcrun simctl list runtimes | grep iOS | cut -d ' ' -f 7 | tail -1)
SIM_ID=$(xcrun simctl create My-iphone-se com.apple.CoreSimulator.SimDeviceType.iPhone-SE $RUNTIME_ID)
SIM_ID=$(xcrun simctl create My-iphone-se com.apple.CoreSimulator.SimDeviceType.iPhone-14 $RUNTIME_ID)
xcrun simctl boot $SIM_ID
- name: Dinghy test