We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dc9e6c commit a44bfccCopy full SHA for a44bfcc
.github/workflows/flutter_integration_test.yml
@@ -111,7 +111,7 @@ jobs:
111
- name: launch ios simulator
112
id: sim
113
run: |
114
- simulator_id=$(xcrun simctl create sentryPhone com.apple.CoreSimulator.SimDeviceType.iPhone-14 com.apple.CoreSimulator.SimRuntime.iOS-16-2)
+ simulator_id=$(xcrun simctl create sentryPhone com.apple.CoreSimulator.SimDeviceType.iPhone-14 com.apple.CoreSimulator.SimRuntime.iOS-16-4)
115
echo "SIMULATOR_ID=${simulator_id}" >> "$GITHUB_OUTPUT"
116
xcrun simctl boot ${simulator_id}
117
0 commit comments