Commit 71365d2
ci: upgrade to Xcode 26.0 and macOS 26 runners
Major upgrade from Xcode 16.2 to Xcode 26.0, Apple's latest release from WWDC 2025.
Changes:
- Upgraded all workflows to use macOS 26 runners (arm64 only)
- Updated Xcode version from 16.2 to 26.0 across all workflows
- release.yml: Production builds now use Xcode 26.0
- ios-build-test.yml: CI builds use Xcode 26.0
- code-quality.yml: Code coverage and SwiftFormat use Xcode 26.0
- dependency-update.yml: Package updates use Xcode 26.0
Benefits:
- Latest iOS 26 SDK support
- AI-powered development tools (ChatGPT, Claude integration)
- Up to 16x faster list updates in SwiftUI
- Improved compilation caching
- Enhanced Swift 6 support
- New Icon Composer tool
- Voice Control Swift Mode for accessibility
Note: macOS 26 runners are ARM64 only and currently in public preview.
References:
- Xcode 26 released September 16, 2025 (WWDC 2025)
- macOS 26 (Tahoe) runners available since September 11, 2025
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent a5aa8c6 commit 71365d2
File tree
4 files changed
+9
-9
lines changed- .github/workflows
4 files changed
+9
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
0 commit comments