Skip to content

Commit d7f0351

Browse files
committed
Use different agent for iOS
1 parent 2d7c656 commit d7f0351

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.yamato/upm-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ test_Android_{{ editor.version }}:
125125
test_iOS_{{ editor.version }}:
126126
name: Test {{ editor.version }} on iOS
127127
agent:
128-
type: Unity::mobile::iPhone
129-
image: mobile/macos-10.13-testing:stable
130-
flavor: b1.medium
128+
type: Unity::VM::osx
129+
image: mobile/ios-macos-10.15:latest
130+
flavor: i1.large
131131
variables:
132132
IOS_SIMULATOR_SDK: 1
133133
commands:

0 commit comments

Comments
 (0)