ci(audience): align mobile-build Unity 6 cells with playmode at 6000.4.0f1#750
Merged
ImmutableJeffrey merged 1 commit intomainfrom May 7, 2026
Merged
Conversation
…4.0f1 - Changes the mobile-build matrix Unity 6 entry from 6000.4.5f1 to 6000.4.0f1. - Matches the version used by the playmode (Win/macOS) and playmode-linux jobs. - Removes the stale comment that GameCI does not publish a 6000.4.0f1 Docker image. - Android and Linux IL2CPP tags for 6000.4.0f1 exist on docker.io/unityci/editor. - iOS variant is not pre-verified; CI will confirm or fail this cell. - Addresses Cursor Bugbot comment on PR #745, link in the PR description. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
8c90396 to
463afe0
Compare
nattb8
approved these changes
May 7, 2026
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.
Summary
Aligns the audience mobile-build job's Unity 6 cells with the playmode (Win/macOS) and playmode-linux jobs at 6000.4.0f1. GameCI now publishes Docker images for 6000.4.0f1 (Android and Linux variants confirmed; iOS variant verified by CI in this PR), so the workaround that pinned mobile to 6000.4.5f1 is no longer needed.
Addresses Cursor Bugbot comment on PR #745:
#745 (comment)
No Linear ticket; small follow-up to the SDK-316 / SDK-327 work in PR #745.
Changes
Test plan
Generated with Claude Code
Note
Low Risk
Low risk CI-only change that adjusts the Unity version used in the mobile IL2CPP build matrix; main impact is potential CI breakage if GameCI images are missing/mismatched for that version.
Overview
Aligns the
mobile-buildGitHub Actions job’s Unity 6 matrix entry from6000.4.5f1back to6000.4.0f1to match the PlayMode jobs.Removes the stale workflow comment claiming a
6000.4.0f1GameCI Docker image is unavailable.Reviewed by Cursor Bugbot for commit 463afe0. Bugbot is set up for automated code reviews on this repo. Configure here.