[CI] Upgraded Runners to Ubuntu 24.04 #2848
Merged
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.
Upgraded the GitHub-hosted runners from Ubuntu 22.04 to Ubuntu 24.04. This ensures that all changes to VTR will work on the most recent version of Ubuntu (as well as being warning clean).
Removed the prior tests for Ubuntu 24.04.
Added a tests to ensure Ubuntu 22.04 remains warning clean as well.
Change Summary:
ubuntu-22.04
toubuntu-24.04
.3.10.10
to3.12.3
(the default on Ubuntu 24.04). However, the Python Lint testcase needed to remain on3.10.10
due to new linting errors that showed up on3.12.3
; this should be resolved in a different PR.Regression
tests, since they are used to check for warning cleanliness (IPO can cause some warnings) and do not need to be performant; so they can compile faster without IPO.Compatibility
tests:The only code that needed to be modified was around some of the Eigen include statements, since Eigen has some small warnings in GCC-13.