Skip to content

Commit 210eaa1

Browse files
committed
target latest bokken images on yamato
1 parent dd21b31 commit 210eaa1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.yamato/mobile-build-and-run.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Build_Player_With_Tests_iOS_{{ project.name }}_{{ editor }}:
99
name: build {{ project.name }} - {{ editor }} on iOS
1010
agent:
1111
type: Unity::VM::osx
12-
image: mobile/macos-10.15-testing:stable
12+
image: mobile/macos-10.15-testing:latest
1313
flavor: b1.large
1414

1515
commands:
@@ -37,7 +37,7 @@ Build_Player_With_Tests_Android_{{ project.name }}_{{ editor }}:
3737
type: Unity::VM
3838
# Any generic image can be used, no need to have Android tools in the image for building
3939
# All Android tools will be downloaded by unity-downloader-cli
40-
image: desktop/android-execution-r19:v0.1.1-860408
40+
image: desktop/android-execution-r19:latest
4141
flavor: b1.xlarge
4242

4343
commands:
@@ -103,7 +103,7 @@ mobile_test_android_{{ project.name }}_{{ editor }}:
103103
name: {{ project.name }} mobile project tests - {{ editor }} on Android
104104
agent:
105105
type: Unity::mobile::shield
106-
image: mobile/android-execution-r19:stable
106+
image: mobile/android-execution-r19:latest
107107
flavor: b1.medium
108108

109109
# Skip repository cloning

0 commit comments

Comments
 (0)