File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
IntegrationTesting/CocoapodsIntegrationTest/scripts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ function runXcodebuild() {
2727 -workspace ' CocoapodsIntegrationTest.xcworkspace'
2828 -scheme ' CocoapodsIntegrationTest'
2929 -sdk ' iphonesimulator'
30- -destination ' platform=iOS Simulator,name=iPhone 14 '
30+ -destination ' platform=iOS Simulator,name=iPhone 15 '
3131 CODE_SIGNING_REQUIRED=NO
3232 clean
3333 build
@@ -36,7 +36,7 @@ function runXcodebuild() {
3636 parameters=(" ${buildcache_xcb_flags[@]} " " ${parameters[@]} " )
3737
3838 echo xcodebuild " ${parameters[@]} "
39- xcodebuild " ${parameters[@]} " | xcpretty ; result=$?
39+ xcodebuild " ${parameters[@]} " | xcbeautify --renderer github-actions ; result=$?
4040}
4141
4242# Configures bundler environment using Gemfile at the specified path.
You can’t perform that action at this time.
0 commit comments