If your project is on Expo SDK 54 or 55, you're already covered - the default EAS Build image for those SDKs uses Xcode 26, so no action is required.
If you use SDK 53 or lower, you can opt-in to using Xcode 26 for your builds by specifying "image": "latest" or "image": "macos-sequoia-15.6-xcode-26.2" in your eas.json configuration file. However, not all SDK versions will be compatible with Xcode 26, and whether your app will be compatible or not depends in part on the libraries that it uses. We recommend upgrading to at least SDK 54.
eas.json
{"build": {"production": {"ios": {"image": "macos-sequoia-15.6-xcode-26.2"}}}}
