Skip to content

Commit b734e06

Browse files
authored
Temporarily remove the Android on Mac test runs (#998)
1 parent c36ed48 commit b734e06

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/gha/print_matrix_configuration.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,11 @@ def get_testapp_build_matrix(matrix_type, unity_versions, platforms, build_os, i
266266
platform = li[1]
267267
os = li[2] if li[2] else (MACOS_RUNNER if (platform in [IOS, TVOS]) else WINDOWS_RUNNER)
268268

269+
# TODO: Remove this when we can get it working on GHA again
270+
# Skip the MacOS + Android combo, because it has been having configuration issues on the GHA machines
271+
if platform==ANDROID and os==MACOS_RUNNER:
272+
continue
273+
269274
if platform in [IOS, TVOS]:
270275
# for iOS, tvOS platforms, exclude non macOS build_os
271276
if os==MACOS_RUNNER:

0 commit comments

Comments
 (0)