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

Workflows failing due to ubuntu-latest update #524

Open
navzam opened this issue Dec 22, 2024 · 0 comments · May be fixed by #525
Open

Workflows failing due to ubuntu-latest update #524

navzam opened this issue Dec 22, 2024 · 0 comments · May be fixed by #525
Assignees
Labels
high High priority issue internal Internal concerns that don't affect users

Comments

@navzam
Copy link
Member

navzam commented Dec 22, 2024

The CI workflow (and maybe others) are failing because they can't install python2.7. This is happening because Github Actions recently switched ubuntu-latest to point to ubuntu-24.04, which doesn't have python2.7 available by default.

The quickest fix would be to explicitly use ubuntu-22.04 in our workflows, so we get back to our previous behavior.

Later, to get back to ubuntu-latest, we can either 1) add what's needed to install python2.7 in 24.04, or 2) remove our dependency on python2.7 (which I'd prefer since Python 2 reached end-of-life almost 5 years ago)

@navzam navzam added internal Internal concerns that don't affect users high High priority issue labels Dec 22, 2024
@navzam navzam self-assigned this Dec 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
high High priority issue internal Internal concerns that don't affect users
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant