InsightSoftwareConsortium / ITKRemoteModuleBuildTestPackageAction

A composite GitHub Action to build, test, and package, ITK remote modules
Apache License 2.0
3 stars 6 forks source link

Investigate splitting MacOS jobs #32

Closed tbirdso closed 1 year ago

tbirdso commented 1 year ago

MacOS wheels are currently all built in a single Github Actions job, whereas Linux and Windows wheels are built in a separate job for each Python version. Investigate whether splitting MacOS jobs in a similar fashion would yield a favorable tradeoff between logging granularity and build overhead.