-
Notifications
You must be signed in to change notification settings - Fork 49
Fix and improve build actions #688
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks good but using latest
requires justification. I don't like the builds breaking when they release new version.
Currently the builds were almost stopping because the images were too old and being deprecated. Can i move ubuntu and debian also to latest ? :D |
Thats the old versions (had a NOTE on the PR, they somehow run all of it in the PR), here you have the ones that are part of the new code: https://github.com/ngs-lang/ngs/actions/runs/18247616904 |
Note: By some reason the PR seems to run a mix of the old and new action. Run of the action is available here: https://github.com/ngs-lang/ngs/actions/runs/18247616904
Relates to #523 where we should define what we want to test