Skip to content

Commit 070ae0b

Browse files
committed
bot: Use macosx for consistency
1 parent 835659b commit 070ae0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/code_coverage_bot/taskcluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def get_platform(task):
155155
platform = "windows"
156156
if "mac" in name:
157157
assert platform is None
158-
platform = "mac"
158+
platform = "macosx"
159159

160160
if not platform:
161161
raise Exception(f"Unknown platform for {task}")

0 commit comments

Comments
 (0)