Skip to content

W-23212499: Fix iOS 18 / Xcode 16 CI jobs broken by macos-latest → macOS 26 migration#4090

Merged
wmathurin merged 1 commit into
forcedotcom:devfrom
wmathurin:fix-ios18-macos15-runner
Jun 29, 2026
Merged

W-23212499: Fix iOS 18 / Xcode 16 CI jobs broken by macos-latest → macOS 26 migration#4090
wmathurin merged 1 commit into
forcedotcom:devfrom
wmathurin:fix-ios18-macos15-runner

Conversation

@wmathurin

Copy link
Copy Markdown
Contributor

Summary

  • 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.

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-nightly

Test plan

  • Verify PR CI (ios-pr, native-samples-pr, ui-tests-pr) picks up macos-15 runner for the ^18/^16 matrix leg
  • Verify ^26/^26 matrix leg still runs on macos-latest
  • Confirm nightly run succeeds after merge

@wmathurin 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
@github-actions

Copy link
Copy Markdown
TestsPassedSkippedFailed ❌️
AuthFlowTester UI Test Results all1 ran1 ❌
TestResult
AuthFlowTester UI Test Results all
AuthFlowTesterUITests.xctest
LegacyLoginTests.testCAOpaque_DefaultScopes_WebServerFlow()❌ failure

@codecov

codecov Bot commented Jun 27, 2026

Copy link
Copy Markdown

Codecov Report

✅ 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.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #4090      +/-   ##
==========================================
+ Coverage   66.71%   68.42%   +1.70%     
==========================================
  Files         246      246              
  Lines       21541    21541              
==========================================
+ Hits        14372    14740     +368     
+ Misses       7169     6801     -368     
Components Coverage Δ
Analytics 70.78% <ø> (ø)
Common 70.79% <ø> (ø)
Core 62.04% <ø> (+2.61%) ⬆️
SmartStore 73.44% <ø> (-0.16%) ⬇️
MobileSync 88.79% <ø> (+0.23%) ⬆️
see 22 files with indirect coverage changes
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@github-actions

Copy link
Copy Markdown
TestsPassed ✅SkippedFailed
SalesforceSDKCore iOS ^26 Test Results675 ran675 ✅
TestResult
No test annotations available

@github-actions

Copy link
Copy Markdown
TestsPassed ☑️SkippedFailed ❌️
SalesforceSDKCore iOS ^18 Test Results675 ran674 ✅1 ❌
TestResult
SalesforceSDKCore iOS ^18 Test Results
SalesforceRestAPITests.testUpdateWithIfUnmodifiedSince❌ failure

@sfdctaka sfdctaka left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@wmathurin wmathurin merged commit 6a8a477 into forcedotcom:dev Jun 29, 2026
24 of 28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants