Bump version#1289
Conversation
WalkthroughThe iOS and macOS CI workflows are updated to select Xcode 26.0.1 instead of the previous default/Xcode 16.2. Concurrently, ChangesRelease Preparation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
.github/workflows/ios_builds.yml (1)
24-25: 🩺 Stability & Availability | 🔵 Trivial | ⚡ Quick winPin the runner if this workflow depends on Xcode 26.0.1.
macos-latestcurrently ships/Applications/Xcode_26.0.1.app, but that label will move over time; if this toolchain matters, pin the macOS image or detect the installed Xcode before selecting it.🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In @.github/workflows/ios_builds.yml around lines 24 - 25, The workflow currently assumes macos-latest will always have Xcode_26.0.1.app, but that label can change over time. Update the iOS build workflow to either pin the macOS runner image to a specific version or add a check in the Xcode selection step before running xcode-select in the iOS builds job, so the runner/toolchain choice is explicit and stable.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Nitpick comments:
In @.github/workflows/ios_builds.yml:
- Around line 24-25: The workflow currently assumes macos-latest will always
have Xcode_26.0.1.app, but that label can change over time. Update the iOS build
workflow to either pin the macOS runner image to a specific version or add a
check in the Xcode selection step before running xcode-select in the iOS builds
job, so the runner/toolchain choice is explicit and stable.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 5b8c528a-990c-4ce9-b5ce-452b3e3e210c
📒 Files selected for processing (3)
.github/workflows/ios_builds.yml.github/workflows/macos_builds.ymlversion.py
Bump version to 26.2-stable in preparation for release, and some last minute fixes to hopefully stop the Mac and iOS runners from randomly failing.
Summary by CodeRabbit
New Features
Chores