Skip to content
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

[ci] Fix CI runners #389

Merged
merged 1 commit into from
Jan 16, 2025
Merged

[ci] Fix CI runners #389

merged 1 commit into from
Jan 16, 2025

Conversation

nasahlpa
Copy link
Member

Recently, the pytest and lintpy jobs were failing. The reason for this is that we are running these jobs on the latest Ubuntu version. However, we currently recommend using Ubuntu 22.04. Hence, lets pick this runner for the CI jobs.

Closes #388

@nasahlpa nasahlpa marked this pull request as ready for review January 16, 2025 06:53
Copy link
Collaborator

@vogelpi vogelpi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for investigating and fixing this Pascal!

Recently, the pytest and lintpy jobs were failing. The reason for
this is that we are running these jobs on the latest Ubuntu
version. However, we currently recommend using Ubuntu 22.04.
Hence, lets pick this runner for the CI jobs.

Closes lowRISC#388.

Signed-off-by: Pascal Nasahl <[email protected]>
@nasahlpa nasahlpa merged commit e8d33c7 into lowRISC:master Jan 16, 2025
9 checks passed
@nasahlpa nasahlpa deleted the fix_ot_sca_ci branch January 16, 2025 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix CI
2 participants