-
Notifications
You must be signed in to change notification settings - Fork 349
[SKIP SOFCI-TEST] .github: workflow: use 24.04LTS for testbench build #10017
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
[SKIP SOFCI-TEST] .github: workflow: use 24.04LTS for testbench build #10017
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the CI workflow for the testbench build by switching the runner from Ubuntu 24.10 to Ubuntu 24.04LTS, aiming for better availability and stability.
- Update the "runs-on" parameter in the testbench workflow.
- Align the CI runner with a long-term support version for improved reliability.
Comments suppressed due to low confidence (1)
.github/workflows/testbench.yml:33
- Consider verifying that all dependencies and tools used in the testbench are fully compatible with Ubuntu 24.04LTS to avoid unexpected issues.
runs-on: ubuntu-24.04
cbdcc44 to
201ac96
Compare
The 24.10 runner availability is not great and 24.10 is not strictly needed, so use 24.04LTS instead. Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
201ac96 to
3f1b847
Compare
lgirdwood
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LTS runner good.
| # note: libasound-dev needed for testbench build which still | ||
| # requires system ALSA headers to be present |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The 24.10 runner availability is not great and 24.10 is not strictly needed, so use 24.04LTS instead.