Skip to content

Commit e9ae438

Browse files
committed
correction
1 parent 86ffc02 commit e9ae438

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.yamato/desktop-standalone-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
desktop_standalone_tests_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{ editor }}:
1111
name : Standalone Tests - NGO {{ project.name }} - [{{ platform.name }}, {{ editor }}, {{ backend }}]
1212
agent:
13-
type: {% if platform.name == "mac" %} {{ platform.type }} {% else %} {{ platform.type }}::GPU {% endif %}
13+
type: {% if platform.type == "Unity::VM::osx" %} {{ platform.type }} {% else %} {{ platform.type }}::GPU {% endif %}
1414
image: {{ platform.image }}
1515
flavor: {{ platform.flavor }}
1616
{% if platform.model %}

.yamato/webgl-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
webgl_build_{{ project.name }}_{{ platform }}_{{ editor }}:
1414
name: WebGl Build - {{ project.name }} [{{ platform.name }}, {{ editor }}, il2cpp]
1515
agent:
16-
type: {% if platform.base == "mac" %} {{ platform.type }} {% else %} {{ platform.type }}::GPU {% endif %}
16+
type: {% if platform.type == "Unity::VM::osx" %} {{ platform.type }} {% else %} {{ platform.type }}::GPU {% endif %}
1717
image: {{ platform.image }}
1818
flavor: {{ platform.flavor }}
1919
{% if platform.model %}

0 commit comments

Comments
 (0)