Skip to content

Commit f52c9bb

Browse files
committed
Change to iPhone 7 to see if it fixes circleci build error
1 parent 6864376 commit f52c9bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ test:
66

77
test-circle-ci:
88
xcodebuild test -project Tests/WebViewJavascriptBridge.xcodeproj -scheme WebViewJavascriptBridge \
9-
-destination 'platform=iOS Simulator,name=iPhone 5,OS=10.3.1' \
9+
-destination 'platform=iOS Simulator,name=iPhone 7,OS=10.3.1' \
1010
-destination 'platform=iOS Simulator,name=iPhone X,OS=11.0.1'
1111

1212

0 commit comments

Comments
 (0)