Commit 0e141a5
ci: restore Xcode 26.0 upgrade to release pipeline (#67)
* ci: restore Xcode 26.0 upgrade to release pipeline
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.
Changes:
- runs-on: macos-latest → macos-26
- Xcode_16.0 → Xcode_26.0
- Fastlane 2.226.0 → 2.228.0
This brings the release.yml workflow back in sync with the other workflows
(ios-build-test.yml, code-quality.yml, dependency-update.yml) which all
already use Xcode 26.0 and macOS 26 runners.
Benefits from PR #62:
- Latest iOS 26 SDK support
- AI-powered development tools
- Up to 16x faster list updates in SwiftUI
- Improved compilation caching
- Enhanced Swift 6 support
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
* ci: update all workflows to use Xcode 26.0.1 (latest version)
Updated Xcode version from 26.0 to 26.0.1 across all GitHub Actions workflows
to ensure we're using the latest available Xcode version on macOS 26 runners.
Changes:
- release.yml: Xcode_26.0 → Xcode_26.0.1
- ios-build-test.yml: Xcode_26.0 → Xcode_26.0.1
- code-quality.yml: Xcode_26.0 → Xcode_26.0.1
- dependency-update.yml: Xcode_26.0 → Xcode_26.0.1
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent 7a76666 commit 0e141a5
File tree
4 files changed
+6
-6
lines changed- .github/workflows
4 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
0 commit comments