Drop support for Ubuntu 20.04#3535
Merged
stevenengler merged 2 commits intoshadow:mainfrom Jul 28, 2025
Merged
Conversation
b5ffb13 to
6e858a1
Compare
Member
|
FYI, it looks like the end of standard support for Ubuntu 20.04 LTS has been pushed back to May 31st, 2025. |
robgjansen
approved these changes
Jul 28, 2025
Member
robgjansen
left a comment
There was a problem hiding this comment.
Woo! I went ahead and removed 20.04 from the required CI action list too.
As far as I can tell, we were only using this 'clang-12' option for code coverage when we needed the clang version to match the llvm version in the nightly rust compiler.
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.
The CI workflow says Ubuntu 20.04 EOL is April 2025, so just queuing up an MR so that we can drop support in April.
We also had some code for installing 'clang-12' in the container scripts. I don't think we need this anymore, so I also dropped that code.