You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently only target Ubuntu 18.04 in our GH Actions CI; since Simphony also supports CentOS 7, we should include test on this OS too.
Implementation shouldn't be hard, it boils down to adding a CentOS container to the build matrix (example).
We currently only target Ubuntu 18.04 in our GH Actions CI; since Simphony also supports CentOS 7, we should include test on this OS too.
Implementation shouldn't be hard, it boils down to adding a CentOS
containerto the build matrix (example).