- Removes STATICPRECOMPUTATION from CI (left-over from #988)
- Optimizes the Linux build matrix (more coverage with fewer jobs)
- Trims down the MacOS build matrix: MacOS jobs take roughly 10x time as compared Linux jobs, so I think we should run only some basic tests. And anyway, they target gcc and clang for x86_64, which is covered by the Linux jobs already. (And they currently fail due to some homebrew server being down but that’s a different issue…)
I’m working on a further PR that adds MSVCs build on native Windows. This will give us a real new dimension in the configuration space. And there’s still the idea to build with multiple versions of gcc and clang.