Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/coreclr/scripts/superpmi_collect_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -464,9 +464,9 @@ def main(main_args):
helix_queue = "azurelinux.3.amd64.open"
elif platform_name == "osx":
if arch == "arm64": # public osx_arm64
helix_queue = "osx.13.arm64.open"
helix_queue = "osx.14.arm64.open"
Comment thread
jakobbotsch marked this conversation as resolved.
Outdated
else: # public osx_x64
helix_queue = "OSX.13.Amd64.Open"
helix_queue = "OSX.14.Amd64.Open"
Comment thread
jakobbotsch marked this conversation as resolved.
Outdated
else:
if platform_name == "windows":
if arch == "arm64": # internal windows_arm64
Expand Down
Loading