ci: use Xcode 26.6#364
Conversation
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
|
There was a problem hiding this comment.
Pull request overview
Updates the iOS CI workflow to run against the newer GitHub-hosted macOS 26 environment and targets newer Apple toolchain/runtime versions to validate the example iOS build and HealthKit contract checks.
Changes:
- Switch the iOS CI job runner from
macos-15tomacos-26. - Pin Xcode selection to a specific bundle path (
/Applications/Xcode_26.6.app). - Tighten simulator selection to an iPhone 17 Pro on iOS 26.5 and simplify
applesimutilsinstallation.
Co-Authored-By: Claude <noreply@anthropic.com>
commit: |
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
Summary
macos-26runnerContext
Xcode 26.6 is Apple’s latest stable release, but it is only installed on GitHub’s macOS 26 runner image. The macOS 15 runner only provides Xcode through 26.3.
Validation
bun typecheckbun lint.github/workflows/test.ymlwith Ruby YAMLgit diff --check🤖 Generated with Claude Code