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.
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.