You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): pin Xcode 26.2 and iOS runtime 26.2 for stable CI
The macos-26 runner's Xcode_26.4.0.app is a beta build whose name
doesn't contain "beta", so the previous grep-based selection picked it.
Pin to Xcode 26.2 (stable, default on runner) with pre-installed iOS
26.2 runtime. Also adds IOS_DEVICES=max to PR checks to avoid syncing
min device (iOS 15.4) on macos-26, and fixes stderr capture in
ios_ensure_device_from_definition that silently swallowed runtime
download attempts.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments