Skip to content

Commit b3c2fc5

Browse files
authored
CI: Use iPhone 15 & iOS 18 (#3160)
1 parent de377fd commit b3c2fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flutter_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
run: |
135135
case "${{ matrix.target }}" in
136136
ios)
137-
device=$(xcrun simctl create sentryPhone com.apple.CoreSimulator.SimDeviceType.iPhone-14 com.apple.CoreSimulator.SimRuntime.iOS-17-0)
137+
device=$(xcrun simctl create sentryPhone com.apple.CoreSimulator.SimDeviceType.iPhone-16 com.apple.CoreSimulator.SimRuntime.iOS-18-0)
138138
xcrun simctl boot ${device}
139139
echo "platform=iOS Simulator,id=${device}" >> "$GITHUB_OUTPUT"
140140
;;

0 commit comments

Comments
 (0)