zarr-developers / numcodecs

A Python package providing buffer compression and transformation codecs for use in data storage and communication applications.
http://numcodecs.readthedocs.io
MIT License
125 stars 87 forks source link

Build macOS arm64 wheels on arm64 runner #536

Closed dstansby closed 3 months ago

dstansby commented 3 months ago

This should:

normanrz commented 3 months ago

Should we run the build tests also on macos-14 as well? https://github.com/zarr-developers/numcodecs/actions/runs/9586809165/job/26435499989?pr=536

dstansby commented 3 months ago

👍 good idea

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.91%. Comparing base (ecd8955) to head (9053439). Report is 30 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #536 +/- ## ======================================= Coverage 99.91% 99.91% ======================================= Files 59 59 Lines 2318 2318 ======================================= Hits 2316 2316 Misses 2 2 ```