memilio
memilio copied to clipboard
Gcc version 11 not used in CI
We recently added gcc 11 installation to CI but so far we do not use it. We should harmonize it to not install gcc11 and use gcc10.
https://github.com/DLR-SC/memilio/blob/e185708bb39f405654dde12bccc21a7b2f462a41/.github/actions/linux-build/action.yml#L45-L65
Just a small issue but maybe you can take over and decide what to do @reneSchm ?
I use gcc-11 on both the TeamServer as well as locally, since it is the default gcc package on Ubuntu 22.04 LTS. I would even propose to update to gcc-13 at some point, as it is the default on current LTS. But for now, I would say issue solved by waiting long enough?
Or do you mean the CI does not correctly use it?