Skip to content

Commit 1cc4796

Browse files
antonisclaude
andcommitted
chore(ci): Fix flaky iOS native tests by removing OS=latest
The OS=latest parameter in xcodebuild destination is unreliable on GitHub's macos-15 runners due to frequent simulator runtime deprecations. By omitting the OS version, xcodebuild automatically selects any available iPhone 16 simulator, making the tests more stable across runner image updates. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 817b2c1 commit 1cc4796

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/native-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
env:
5555
SCHEME: RNSentryCocoaTester
5656
CONFIGURATION: Release
57-
DESTINATION: 'platform=iOS Simulator,OS=latest,name=iPhone 16'
57+
DESTINATION: 'platform=iOS Simulator,name=iPhone 16'
5858
run: |
5959
env NSUnbufferedIO=YES \
6060
xcodebuild -workspace *.xcworkspace \

0 commit comments

Comments
 (0)