Skip to content

Commit 5a5125e

Browse files
ci(audience): align mobile-build Unity 6 cells with playmode at 6000.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>
1 parent 4e7127a commit 5a5125e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/test-audience-sample-app.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -467,8 +467,6 @@ jobs:
467467
# containers so self-hosted macOS/Windows machines are not occupied.
468468
# Scope: IL2CPP compile pipeline only. Runtime tests require a real device and
469469
# are out of scope until a device farm is available.
470-
# Note: Unity 6 cells use 6000.4.5f1 (the latest patch with a GameCI image);
471-
# 6000.4.0f1 does not have a published GameCI Docker image.
472470
mobile-build:
473471
if: |
474472
(github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork == false)
@@ -480,7 +478,7 @@ jobs:
480478
fail-fast: false
481479
matrix:
482480
target: [Android, iOS]
483-
unity: ['2021.3.45f2', '2022.3.62f2', '6000.4.5f1']
481+
unity: ['2021.3.45f2', '2022.3.62f2', '6000.4.0f1']
484482
include:
485483
- target: Android
486484
method: AndroidBuilder.Build

0 commit comments

Comments
 (0)