The first failing is using macos-14-arm64 as image, while the last successful macos-12, so this is probably an effect of the migration to Apple Silicon.
As in general we moved from brew to conda-forge deps on macos, I suggest to migrate the CI to conda-forge and see if the problem persists.
Error:
First failing: https://github.com/robotology/osqp-eigen/actions/runs/8809948035/job/24181528543 Last successful: https://github.com/robotology/osqp-eigen/actions/runs/8793748649/job/24132087644
The first failing is using
macos-14-arm64
as image, while the last successful macos-12, so this is probably an effect of the migration to Apple Silicon.As in general we moved from brew to conda-forge deps on macos, I suggest to migrate the CI to conda-forge and see if the problem persists.