Bugfix MTE-4206 macos-15 Github Actions runner and Xcode 16.2 (backport #23904) #23917
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.
📜 Tickets
Jira ticket
💡 Description
This PR address the following caused by the Xcode 16 and the Github Actions runner upgrade:
xcpretty
does not work if a test fails, even intermittently. We pin the version ofxcpretty
to 0.3.0 instead of using 0.4.0 from the Github Actionsmacos-15
runner. (We have installed v0.3.0 previously, but we did not pin the version.)Focus for iOS 15, 16 and 17: https://github.com/mozilla-mobile/firefox-ios/actions/runs/12422652690
Focus UI Tests: https://github.com/mozilla-mobile/firefox-ios/actions/runs/12422654698
📝 Checklist
You have to check all boxes before merging
@Mergifyio backport release/v120
)This is an automatic backport of pull request #23904 done by [Mergify](https://mergify.com).