Skip to content

Commit c826604

Browse files
committed
corrected package-test with usage of arm64 for mac machines
1 parent a463a49 commit c826604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.yamato/package-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ package_test_-_ngo_{{ editor }}_{{ platform.name }}:
3939
XRAY_PROFILE: "supported ./pvpExceptions.json"
4040
UNITY_EXT_LOGGING: 1
4141
commands:
42-
- unity-downloader-cli --fast --wait -u {{ editor }} -c Editor
42+
- unity-downloader-cli --fast --wait -u {{ editor }} -c Editor {% if platform.name == "mac" %} --arch arm64 {% endif %} # For macOS we use ARM64 models.
4343

4444
# Validate PVP checks for package.
4545
- upm-pvp test --unity .Editor --packages "upm-ci~/packages/*.tgz" --filter "com.unity.netcode.gameobjects" --results pvp-results

0 commit comments

Comments
 (0)