Merge pull request #68 from simlay/fix-ios-simulator-boot

Fix iOS CI and update infer dependency
This commit is contained in:
Ryan McGrath 2023-04-25 16:55:28 -07:00 committed by GitHub
commit a1f2711ceb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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