Upgrade Ubuntu CI runner from ubuntu-20.04 to ubuntu-24.04#178
Merged
yungyuc merged 2 commits intosolvcon:mainfrom Sep 28, 2025
Merged
Upgrade Ubuntu CI runner from ubuntu-20.04 to ubuntu-24.04#178yungyuc merged 2 commits intosolvcon:mainfrom
yungyuc merged 2 commits intosolvcon:mainfrom
Conversation
- Updated all GitHub Actions workflows to use ubuntu-22.04 instead of deprecated ubuntu-20.04 - Upgraded actions/checkout from v2 to v4 for better security and features - Fixes issue solvcon#175 where CI jobs fail due to deprecated Ubuntu version Updated workflows: - build_pkg_runner.yml - shunit2_runner.yml - solvcon_runner.yml
yungyuc
requested changes
Sep 28, 2025
Member
yungyuc
left a comment
There was a problem hiding this comment.
I wonder if it is OK to upgrade to 24.04, or that is too new for the tests to pass?
- Changed from ubuntu-22.04 to ubuntu-24.04 (latest LTS) - This addresses the reviewer's suggestion to try the newer Ubuntu version
This comment was marked as off-topic.
This comment was marked as off-topic.
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.
This PR fixes issue #175 by upgrading the deprecated Ubuntu CI runner version.
Changes Made
Files Updated
Why This Change Is Needed
The current runner version uses Ubuntu 20.04 which has been deprecated by GitHub Actions and causes CI jobs to fail. Ubuntu 22.04 is the current LTS version and is fully supported by GitHub Actions.
Fixes #175