We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de377fd commit b3c2fc5Copy full SHA for b3c2fc5
.github/workflows/flutter_test.yml
@@ -134,7 +134,7 @@ jobs:
134
run: |
135
case "${{ matrix.target }}" in
136
ios)
137
- device=$(xcrun simctl create sentryPhone com.apple.CoreSimulator.SimDeviceType.iPhone-14 com.apple.CoreSimulator.SimRuntime.iOS-17-0)
+ device=$(xcrun simctl create sentryPhone com.apple.CoreSimulator.SimDeviceType.iPhone-16 com.apple.CoreSimulator.SimRuntime.iOS-18-0)
138
xcrun simctl boot ${device}
139
echo "platform=iOS Simulator,id=${device}" >> "$GITHUB_OUTPUT"
140
;;
0 commit comments