ci: restore Xcode 26.0 upgrade to release pipeline #67
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Restore the Xcode 26.0 and macOS 26 runner upgrade from PR #62 that was lost when we reverted the pipeline to Oct 10 version in PR #65.
Problem
When we reverted the release pipeline to the stable Oct 10 version in PR #65, we unintentionally lost the Xcode 26.0 upgrade from PR #62. This caused the release.yml workflow to be out of sync with other workflows.
Changes Made
macos-latest→macos-2616.0→26.02.226.0→2.228.0Current State
✅ ios-build-test.yml - Already using Xcode 26.0 and macOS 26
✅ code-quality.yml - Already using Xcode 26.0 and macOS 26
✅ dependency-update.yml - Already using Xcode 26.0 and macOS 26
🔄 release.yml - This PR restores Xcode 26.0 and macOS 26
Benefits (from PR #62)
Testing
The other workflows have been successfully using Xcode 26.0 and macOS 26 since PR #62 was merged. This change brings release.yml into alignment with them.
References
🤖 Generated with Claude Code