File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Build_Player_With_Tests_Android_{{ project.name }}_{{ editor }}:
4040 type : Unity::VM
4141 # Any generic image can be used, no need to have Android tools in the image for building
4242 # All Android tools will be downloaded by unity-downloader-cli
43- image : mobile/android-execution-base:stable
43+ image : package-ci/ubuntu-22.04:v4
4444 flavor : b1.xlarge
4545
4646 commands :
@@ -51,7 +51,7 @@ Build_Player_With_Tests_Android_{{ project.name }}_{{ editor }}:
5151 - unity-downloader-cli -c Editor -c Android -u {{ editor }} --fast --wait
5252 # Build player(s)
5353 - set UTR_VERSION=0.12.0
54- - ./utr.bat --suite=playmode --platform=Android --editor-location=.Editor --testproject={{ project.path }} --player-save-path=build/players --artifacts_path=build/logs --scripting-backend=il2cpp --build-only --testfilter=Unity.BossRoom.Tests.Runtime
54+ - ./utr.bat --suite=playmode --platform=Android --editor-location=.Editor --testproject={{ project.path }} --player-save-path=build/players --artifacts_path=build/logs --scripting-backend=mono --build-only --testfilter=Unity.BossRoom.Tests.Runtime
5555 artifacts :
5656 players :
5757 paths :
You can’t perform that action at this time.
0 commit comments