Update link to citation file
@dpo a PR that better isolate the issue on macOS
@tmigot This is a different error. Here the issue is that you're building on Mac x64, but CUTEst_jll.jl installs the aarch64 shared libraries (probably because of the gfortran version). I noticed the same in my recent SolverBenchmark PR and updated to workflow: see lines 18-26 of https://github.com/JuliaSmoothOptimizers/SolverBenchmark.jl/blob/main/.github/workflows/examples.yml#L18
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 88.21%. Comparing base (
f2ad6a4) to head (60bc164). Report is 6 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #328 +/- ##
==========================================
- Coverage 89.11% 88.21% -0.91%
==========================================
Files 5 5
Lines 790 789 -1
==========================================
- Hits 704 696 -8
- Misses 86 93 +7
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
You need macos-13 if you want to the architecture x64, macos-latest is macos-14 and only available on recent Mac with the architecture arm64.