Skip to content

Commit 2778594

Browse files
committed
bump ios im runtime
1 parent 0382383 commit 2778594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flutter_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
run: |
142142
case "${{ matrix.target }}" in
143143
ios)
144-
device=$(xcrun simctl create sentryPhone com.apple.CoreSimulator.SimDeviceType.iPhone-14 com.apple.CoreSimulator.SimRuntime.iOS-16-4)
144+
device=$(xcrun simctl create sentryPhone com.apple.CoreSimulator.SimDeviceType.iPhone-14 com.apple.CoreSimulator.SimRuntime.iOS-17-0)
145145
xcrun simctl boot ${device}
146146
echo "platform=iOS Simulator,id=${device}" >> "$GITHUB_OUTPUT"
147147
;;

0 commit comments

Comments
 (0)