[RUM-18130] Migrate test jobs to macOS Sequoia ARM64 runners - #1375
Merged
cdn34dd merged 4 commits intoAug 26, 2026
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates GitLab CI to run macOS-based jobs on newer Apple Silicon runners and targets newer iOS simulator versions for Xcode test execution.
Changes:
- Switched macOS runner tags from
macos:sonomatomacos:sequoia-arm64across test jobs - Updated iOS simulator destination from iOS
17.4/ iPhone15 Pro Maxto iOS18.5/ iPhone16 Pro Maxfor Xcode tests
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
✅ All CI checks and tests passed. 🎉 All green!🧪 All tests passed 🔗 Commit SHA: b17dd74 | Docs | View more details | Give us feedback! |
cdn34dd
force-pushed
the
carlosnogueira/RUM-18130/update-runners-to-sequoia
branch
from
August 26, 2026 07:23
6fade31 to
b17dd74
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
Suppressed comments (1)
.gitlab-ci.yml:10
DEVELOPER_DIRis pinned to a fully versioned Xcode app bundle path (/Applications/Xcode-16.4.0.app/...). This makes the pipeline brittle if the runner image updates the Xcode patch version or uses a different naming convention (common on macOS images), causing all jobs to fail at startup. Consider switching to a stable path/symlink agreed for the runner image (e.g., a non-patch app name) or selecting the desired Xcode viaxcode-selectin the iOS jobs so minor image updates don’t require CI config changes.
DEVELOPER_DIR: '/Applications/Xcode-16.4.0.app/Contents/Developer'
IOS_SIMULATOR_DESTINATION: 'platform=iOS Simulator,OS=18.5,name=iPhone 16 Pro Max'
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What does this PR do?
Motivation