maybe fix CI boot script
This commit is contained in:
parent
833a09b388
commit
b5b97fd301
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -98,7 +98,7 @@ jobs:
|
||||||
xcrun simctl list runtimes
|
xcrun simctl list runtimes
|
||||||
# Launch the simulator
|
# Launch the simulator
|
||||||
RUNTIME_ID=$(xcrun simctl list runtimes | grep iOS | cut -d ' ' -f 7 | tail -1)
|
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
|
xcrun simctl boot $SIM_ID
|
||||||
|
|
||||||
- name: Dinghy test
|
- name: Dinghy test
|
||||||
|
|
Loading…
Reference in a new issue