Commit 5d57660 1 parent 7c35b4f commit 5d57660 Copy full SHA for 5d57660
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 27
27
"nightly-latest"
28
28
]
29
29
30
- def is_os_and_version_excluded (version , os , exclude_params ):
30
+ def is_os_and_version_excluded (os , version , exclude_params ):
31
31
for exclude_param in exclude_params :
32
32
if exclude_param [0 ] == os and exclude_param [1 ] == version :
33
33
return True
@@ -73,7 +73,7 @@ def writeHeader(checkStream):
73
73
74
74
for runnerImage in runnerImagesForOs :
75
75
# Skip appending this combination to the matrix if it is explicitly excluded.
76
- if is_os_and_version_excluded (version , operatingSystem , excludedOsesAndVersions ):
76
+ if is_os_and_version_excluded (operatingSystem , version , excludedOsesAndVersions ):
77
77
continue
78
78
79
79
# Prior to CLI v2.15.1, ARM runners were not supported by the build tracer.
You can’t perform that action at this time.
0 commit comments