Skip to content

Commit e4bc445

Browse files
authored
[Infra] Switch to iPhone 15 simulator in build_with_environment.sh (#14123)
1 parent f8758eb commit e4bc445

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

IntegrationTesting/CocoapodsIntegrationTest/scripts/build_with_environment.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)