We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0382383 commit 2778594Copy full SHA for 2778594
.github/workflows/flutter_test.yml
@@ -141,7 +141,7 @@ jobs:
141
run: |
142
case "${{ matrix.target }}" in
143
ios)
144
- device=$(xcrun simctl create sentryPhone com.apple.CoreSimulator.SimDeviceType.iPhone-14 com.apple.CoreSimulator.SimRuntime.iOS-16-4)
+ device=$(xcrun simctl create sentryPhone com.apple.CoreSimulator.SimDeviceType.iPhone-14 com.apple.CoreSimulator.SimRuntime.iOS-17-0)
145
xcrun simctl boot ${device}
146
echo "platform=iOS Simulator,id=${device}" >> "$GITHUB_OUTPUT"
147
;;
0 commit comments