Merge pull request #68 from simlay/fix-ios-simulator-boot
Fix iOS CI and update infer dependency
This commit is contained in:
commit
a1f2711ceb
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue