Skip to content

Commit 1360608

Browse files
committed
Use an available iOS destination
1 parent 798d7bf commit 1360608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: script/cibuild

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ elif [ "$SCHEME" == "ObjectiveGit iOS" ]; then
6969

7070
xcodebuild -workspace "$XCWORKSPACE" \
7171
-scheme "$SCHEME" \
72-
-destination "platform=iOS Simulator,name=iPhone 5" \
72+
-destination "platform=iOS Simulator,name=iPhone 11" \
7373
-sdk iphonesimulator \
7474
${XCODE_OPTIONS[*]} \
7575
build test \

0 commit comments

Comments
 (0)