Commit 1cc4796
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments