Skip to content

Commit

Permalink
add osx-64 wheel builder to defaults to be run on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
swap357 committed Mar 7, 2025
1 parent 8e0b1a7 commit b156d79
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions buildscripts/github/llvmdev_evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
"platform": "osx-64",
"recipe": "llvmdev",
},
{
"runner": runner_mapping["osx-64"],
"platform": "osx-64",
"recipe": "llvmdev_for_wheel",
},
]

print(
Expand Down

0 comments on commit b156d79

Please sign in to comment.