memilio icon indicating copy to clipboard operation
memilio copied to clipboard

Gcc version 11 not used in CI

Open mknaranja opened this issue 2 years ago • 2 comments

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

mknaranja avatar Dec 19 '22 15:12 mknaranja

Just a small issue but maybe you can take over and decide what to do @reneSchm ?

mknaranja avatar Dec 10 '24 19:12 mknaranja

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?

reneSchm avatar Dec 11 '24 06:12 reneSchm