Skip to content

Commit 24bf966

Browse files
committed
Update
1 parent b35f6ca commit 24bf966

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

build-ci.sh

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,15 @@ xcodebuild build -workspace PinLayout.xcworkspace -scheme PinLayoutSample \
4040

4141
xcodebuild build -workspace PinLayout.xcworkspace -scheme PinLayoutSample \
4242
-derivedDataPath $DERIVED_DATA -sdk iphonesimulator15.2 \
43-
-destination 'platform=iOS Simulator,name=iPhone 7,OS=11.4' \
43+
-destination 'platform=iOS Simulator,name=iPhone 8,OS=14.1' \
4444
| xcpretty
4545

4646
echo "==============================="
4747
echo "iOS unit test"
4848
echo "==============================="
4949
xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-iOS \
5050
-derivedDataPath $DERIVED_DATA -sdk iphonesimulator15.2 \
51-
-destination 'platform=iOS Simulator,name=iPhone 7,OS=11.4' \
52-
| xcpretty
53-
54-
xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-iOS \
55-
-derivedDataPath $DERIVED_DATA -sdk iphonesimulator15.2 \
56-
-destination 'platform=iOS Simulator,name=iPhone 8,OS=13.5' \
51+
-destination 'platform=iOS Simulator,name=iPhone 8,OS=14.1' \
5752
| xcpretty
5853

5954
xcodebuild build test -workspace PinLayout.xcworkspace -scheme PinLayout-iOS \

0 commit comments

Comments
 (0)