Closed jacanchaplais closed 6 months ago
My GitHub Actions file, if interested: https://github.com/jacanchaplais/graphicle/blob/main/.github/workflows/tests.yml
You are using macos-latest
, right? iirc, they switched macos-latest
to ARM. We do not support Apple Silicon. The C++ package won't compile (we are just the python bindings). You might want to specify the macos version instead.
Hi @chrispap95 - great catch, thank you! Apologies for the bother. Closing. :)
Hi there,
My package
graphicle
usesfastjet
as a dependency. I have a CI pipeline via GitHub actions, which runs tests in Ubuntu and macOS. Recent tests succeeded on Ubuntu, but failed on macOS due tofastjet
wheels not being built. The error log is below.Many thanks! Jacan.