nlesc-smcm / i-emic

An implicit Earth system model of intermediate complexity
Apache License 2.0
6 stars 7 forks source link

trying to fix the CI #139

Closed erik808 closed 1 year ago

Sbte commented 1 year ago

macos-10 is not a thing...

The actual problem is (as far as I know) that some homebrew package got updated, and our Trilinos installation is not compatible with that. You can not choose a version of the software you want from homebrew, only the "latest" version, so this is something that can only be fixed by updating the Trilinos installation... and keep doing that every time it breaks (which was every so many weeks during the project). I think we should just drop the macOS tests at this point.

erik808 commented 1 year ago

oh.. ok well it's nice to have a macos test but in no way critical.

Sbte commented 1 year ago

Well, the tests work, because at the moment it just keeps confirming that if someone tries to run anything on macOS, it won't work. But that's not very helpful if nobody's fixing it.