Skip to content

Commit a44bfcc

Browse files
committed
run on 16.4 target
1 parent 6dc9e6c commit a44bfcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flutter_integration_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
- name: launch ios simulator
112112
id: sim
113113
run: |
114-
simulator_id=$(xcrun simctl create sentryPhone com.apple.CoreSimulator.SimDeviceType.iPhone-14 com.apple.CoreSimulator.SimRuntime.iOS-16-2)
114+
simulator_id=$(xcrun simctl create sentryPhone com.apple.CoreSimulator.SimDeviceType.iPhone-14 com.apple.CoreSimulator.SimRuntime.iOS-16-4)
115115
echo "SIMULATOR_ID=${simulator_id}" >> "$GITHUB_OUTPUT"
116116
xcrun simctl boot ${simulator_id}
117117

0 commit comments

Comments
 (0)