CI: Switch mingw64 to Ubuntu 24.04 - #7682
Merged
Merged
Conversation
messmerd
reviewed
Feb 3, 2025
messmerd
approved these changes
Feb 3, 2025
messmerd
left a comment
Member
There was a problem hiding this comment.
Looks good. I haven't tested it (don't have a Windows PC readily available right now), but everything configured correctly and the build succeeded.
Member
Author
|
Testing: (Windows 11 Pro 21H2, Prism x86_64 emulation)
|
sakertooth
pushed a commit
to sakertooth/lmms
that referenced
this pull request
Feb 17, 2025
Switch mingw64 from Ubuntu 20.04 to Ubuntu 24.04
Rossmaxx
pushed a commit
to Rossmaxx/lmms
that referenced
this pull request
Mar 1, 2025
Switch mingw64 from Ubuntu 20.04 to Ubuntu 24.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In an attempt to simplify the CI builds system, removes the need for a pre-built container, builds the mingw64 (Windows 64-bit) installers using a standard GitHub runner. Dependencies now tracked in
deps-ubuntu-24.04-mingw.txtThis PR also updates our compiler from MinGW 9.3 to MinGW 13.0, which was the last obstacle blocking us from using most C++20 features in LMMS.