File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Build_Player_With_Tests_iOS_{{ project.name }}_{{ editor }}:
9
9
name : build {{ project.name }} - {{ editor }} on iOS
10
10
agent :
11
11
type : Unity::VM::osx
12
- image : mobile/macos-10.15-testing:latest
12
+ image : mobile/macos-10.15-testing:stable
13
13
flavor : b1.large
14
14
15
15
commands :
@@ -37,7 +37,7 @@ Build_Player_With_Tests_Android_{{ project.name }}_{{ editor }}:
37
37
type : Unity::VM
38
38
# Any generic image can be used, no need to have Android tools in the image for building
39
39
# All Android tools will be downloaded by unity-downloader-cli
40
- image : desktop/android-execution-r19:latest
40
+ image : desktop/android-execution-r19:v0.1.1-860408
41
41
flavor : b1.xlarge
42
42
43
43
commands :
@@ -103,7 +103,7 @@ mobile_test_android_{{ project.name }}_{{ editor }}:
103
103
name : {{ project.name }} mobile project tests - {{ editor }} on Android
104
104
agent :
105
105
type : Unity::mobile::shield
106
- image : mobile/android-execution-r19:latest
106
+ image : mobile/android-execution-r19:stable
107
107
flavor : b1.medium
108
108
109
109
# Skip repository cloning
You can’t perform that action at this time.
0 commit comments