Skip to content

Commit 3a8d60a

Browse files
authored
Fix error in test matrix configuration (#1026)
1 parent 5df520d commit 3a8d60a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/gha/print_matrix_configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ def get_testapp_test_matrix(matrix_type, unity_versions, platforms, build_os, mo
336336

337337
# TODO: Remove this when we can get it working on GHA again
338338
# Skip the MacOS + Android combo, because it has been having configuration issues on the GHA machines
339-
if platform==ANDROID and os==MACOS_RUNNER:
339+
if platform==ANDROID and build_os==MACOS_RUNNER:
340340
continue
341341

342342
if platform in [WINDOWS, MACOS, LINUX]:

0 commit comments

Comments
 (0)