Commit 5076abe
ci: pin Xcode version for CocoaPods publish jobs (#758)
* ci: pin Xcode version for CocoaPods publish jobs
CocoaPods publish jobs ran on the macos-15 runner's default Xcode,
which lacks the iOS 26 SDK. Dependencies like Airship use
#available(iOS 26.0, *) guards — Swift still type-checks these blocks
even on older toolchains, causing compile errors that don't reproduce
locally on Xcode 26.2.
Both publish jobs now select Xcode explicitly. The kit job reads
xcode_version from the matrix entry (e.g. Braze uses 16.4), falling
back to 26.2 when unset.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* ci: use macos-latest for CocoaPods publish jobs
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent fc5fe53 commit 5076abe
1 file changed
Lines changed: 12 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
315 | | - | |
| 315 | + | |
316 | 316 | | |
| 317 | + | |
| 318 | + | |
317 | 319 | | |
318 | 320 | | |
319 | 321 | | |
320 | 322 | | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
321 | 326 | | |
322 | 327 | | |
323 | 328 | | |
| |||
332 | 337 | | |
333 | 338 | | |
334 | 339 | | |
335 | | - | |
| 340 | + | |
336 | 341 | | |
| 342 | + | |
| 343 | + | |
337 | 344 | | |
338 | 345 | | |
339 | 346 | | |
| |||
342 | 349 | | |
343 | 350 | | |
344 | 351 | | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
345 | 355 | | |
346 | 356 | | |
347 | 357 | | |
| |||
0 commit comments