You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub migrated macos-latest to macOS 26 on June 15, 2026, which no longer ships Xcode 16 or iOS 18 simulators.
Jobs using ios: ^18 / xcode: ^16 were failing because they landed on macOS 26 via macos-latest.
Added macos: macos-15 to the ^18/^16 matrix include entry in all three caller workflows, and threaded macos: ${{ matrix.macos }} through to the reusable workflow with: blocks.
The ^26/^26 entries are left unchanged — they should continue using macos-latest (now macOS 26).
The reusable workflow files are not modified; they already accept macos as an optional input with default: macos-latest.
wmathurin
changed the title
Fix iOS 18/Xcode 16 jobs to use macos-15 runner after macos-latest migrated to macOS 26
W-23212499: Fix iOS 18 / Xcode 16 CI jobs broken by macos-latest → macOS 26 migration
Jun 27, 2026
✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 68.42%. Comparing base (10c1396) to head (afa4abd). ⚠️ Report is 1 commits behind head on dev.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
macos-latestto macOS 26 on June 15, 2026, which no longer ships Xcode 16 or iOS 18 simulators.ios: ^18/xcode: ^16were failing because they landed on macOS 26 viamacos-latest.macos: macos-15to the^18/^16matrixincludeentry in all three caller workflows, and threadedmacos: ${{ matrix.macos }}through to the reusable workflowwith:blocks.^26/^26entries are left unchanged — they should continue usingmacos-latest(now macOS 26).macosas an optional input withdefault: macos-latest.Files changed
.github/workflows/pr.yaml— jobs:ios-pr,native-samples-pr,ui-tests-pr.github/workflows/nightly.yaml— jobs:ios-nightly,native-samples-nightly.github/workflows/ui-test-nightly.yaml— job:ios-ui-test-nightlyTest plan
ios-pr,native-samples-pr,ui-tests-pr) picks upmacos-15runner for the^18/^16matrix leg^26/^26matrix leg still runs onmacos-latest