Skip to content

Commit 5ef17a1

Browse files
committed
Added --arch64 param
1 parent 3763817 commit 5ef17a1

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
@@ -87,7 +87,7 @@ desktop_standalone_test_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{
8787
{% endif %}
8888

8989
commands:
90-
- unity-downloader-cli --fast --wait -u {{ editor }} -c Editor {% if backend == "il2cpp" %} -c il2cpp {% endif %}
90+
- unity-downloader-cli --fast --wait -u {{ editor }} -c Editor {% if backend == "il2cpp" %} -c il2cpp {% endif %} {% if platform.name == "mac" %} --arch arm64 {% endif %} # For macOS we use ARM64 models
9191
- UnifiedTestRunner --suite=playmode --player-load-path=build/players --artifacts-path=test-results --testproject={{ project.path }} --editor-location=.Editor --playergraphicsapi=Null --fail-on-assert --reruncount=1 --clean-library-on-rerun --timeout=1800
9292

9393
# If ubuntu, run rust echo server (This is needed ONLY for NGOv2.X because relates to Distributed Authority)

0 commit comments

Comments
 (0)