Skip to content
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

update github actions #31

Closed
wants to merge 4 commits into from
Closed

update github actions #31

wants to merge 4 commits into from

Conversation

shuffle2
Copy link

@shuffle2 shuffle2 commented Apr 18, 2024

updating the actions quiets a warning when using the workflow

also updates toolchains to more recent things

note: users may also need to change [master] for e.g. [main] . maybe obvious, but this was my first use of github workflows, so it wasn't for me.

@shuffle2 shuffle2 changed the title update github actions versions update github actions Apr 18, 2024
@Marcus10110
Copy link
Contributor

Thanks, I just updated this but without the GCC 13 update.

We have an open issue right now where we're building on Ubuntu 22, but we're trying to support Ubuntu 20. (Main issue here is glibc dependency). I haven't had a chance to get back to the project, but I was in the process of setting up a container that used Ubuntu 20 to ensure we did not accidentally pick up newer glibc versions.

Once that's done, I want to update gcc as much as we can, without requiring users to install newer libstdc++ versions.

Thanks for calling out the default branch name in the github action! We should build both master and main by default. I'm swamped at the moment, but I created an issue for it here: #38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants