We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1350863 commit 641bbcaCopy full SHA for 641bbca
1 file changed
.yamato/mobile-build-and-test.yml
@@ -46,7 +46,7 @@ build_{{ project.name }}_tests_{{ editor }}_iOS:
46
name: Build {{ project.name }} Tests - {{ editor }} - iOS
47
agent:
48
type: Unity::VM::osx
49
- image: mobile/macos-10.15-testing:stable
+ image: mobile/ios-macos-11:stable
50
flavor: b1.large
51
commands:
52
- pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
@@ -81,7 +81,7 @@ run_{{ project.name }}_tests_{{ editor }}_iOS:
81
82
type: Unity::mobile::iPhone
83
model: SE
84
85
flavor: b1.medium
86
# Set a dependency on the build job
87
dependencies:
0 commit comments