Skip to content

Commit 2825f52

Browse files
committed
Corrected arm64 naming
1 parent ffe577a commit 2825f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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" or platform.name == "mac_arm64" %} {{ platform.type }} {% else %} {{ platform.type }}::GPU {% endif %}
13+
type: {% if platform.name == "mac" or platform.name == "mac-arm64" %} {{ platform.type }} {% else %} {{ platform.type }}::GPU {% endif %}
1414
image: {{ platform.image }}
1515
flavor: {{ platform.flavor }}
1616
{% if platform.model %}

0 commit comments

Comments
 (0)