Skip to content

Commit 63e006d

Browse files
authored
Override defaultTestDevice for test-builds-xcode-26-release (#5453)
## Summary test-builds-xcode-26-release is failing due to not being able to access the 16.4 simulator. I believe i experienced the same issue with the other job, and forgot that we need to override the env variable. ## Motivation CI Blocked. ## Testing None. ## Changelog <!-- Is this a notable change that affects users? If so, add a line to `CHANGELOG.md` and prefix the line with one of the following: - [Added] for new features. - [Changed] for changes in existing functionality. - [Deprecated] for soon-to-be removed features. - [Removed] for now removed features. - [Fixed] for any bug fixes. - [Security] in case of vulnerabilities. -->
1 parent bd7c653 commit 63e006d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bitrise.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,8 @@ workflows:
401401
inputs:
402402
- content: xcodebuild build -workspace "Stripe.xcworkspace" -scheme "AllStripeFrameworks" -configuration "Release" -sdk "iphonesimulator" | xcpretty
403403
title: Build release builds
404+
envs:
405+
- DEFAULT_TEST_DEVICE: platform=iOS Simulator,name=iPhone 16,OS=26.0
404406
before_run:
405407
- prep_all
406408
meta:

0 commit comments

Comments
 (0)