File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,17 +28,17 @@ jobs:
2828 - run :
2929 name : Build (Swift 5.0)
3030 command : >
31- set -o pipefail && xcodebuild build SWIFT_VERSION=5.0
31+ set -o pipefail && xcodebuild build SWIFT_VERSION=5.2.2
3232 -workspace RxWebKit.xcworkspace
3333 -scheme 'RxWebKit' -sdk iphonesimulator
34- -destination "name=iPhone Xʀ " | xcpretty -c
34+ -destination "name=iPhone 11 " | xcpretty -c
3535 - run :
3636 name : Run Tests (Swift 5.0)
3737 command : >
38- set -o pipefail && xcodebuild test SWIFT_VERSION=5.0
38+ set -o pipefail && xcodebuild test SWIFT_VERSION=5.2.2
3939 -workspace RxWebKit.xcworkspace
4040 -scheme 'RxWebKitTests-iOS' -sdk iphonesimulator
41- -destination "name=iPhone Xʀ " | xcpretty -c --test
41+ -destination "name=iPhone 11 " | xcpretty -c --test
4242 - store_artifacts :
4343 path : /tmp/xcode-test-results
4444workflows :
You can’t perform that action at this time.
0 commit comments