aldanor / hdf5-rust

HDF5 for Rust
https://docs.rs/hdf5
Apache License 2.0
308 stars 82 forks source link

Fixing MacOS CI Runners #285

Open JamesMc86 opened 4 months ago

JamesMc86 commented 4 months ago

There are a couple of issues with the latest MacOS runners in CI:

I have a branch on my own repo: https://github.com/WiresmithTech/hdf5-rust/actions/runs/9208054386/job/25329454964?pr=5 which fixes these issues however it seems that 1.8 and 1.10 have not been packaged for Arm64.

Do we just drop these versions in CI? Or do we alter CI to include Arm and x86 MacOS versions? If you are happy to drop them I can have a PR to you very quickly!

mulimoen commented 4 months ago

Could we alter CI to use an older macos runner for 1.8 and 1.10? 1.8 is still the only available hdf5 on some HPCs

JamesMc86 commented 4 months ago

No worries, let me take a look - that shouldn't be too bad

mulimoen commented 4 months ago

Would you like to remove the brew 1.8 job in a PR?