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

pythonpackage.yml: Set Ubuntu version to 22.04 #283

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

BenjaminLudwigSAP
Copy link
Collaborator

We use Ubuntu 22.04 in our deployments. Also, the ubuntu-latest tag was recently changed from 22.04 to 24.04, which doesn't include Python3.8 anymore, as opposed to 22.04.
This made our GH Actions fail.

This commit pins the Ubuntu version for the "Python package" workflow to 22.04.

We use Ubuntu 22.04 in our deployments. Also, the ubuntu-latest tag was recently changed from 22.04 to 24.04 [1], which doesn't include Python3.8 anymore [2], as opposed to 22.04 [3]. This made our GH Actions fail [4].

This commit pins the Ubuntu version for the "Python package" workflow to 22.04.

[1] actions/runner-images@976232d
[2] https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md#python
[3] https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md#python
[4] https://github.com/sapcc/octavia-f5-provider-driver/actions/runs/12885340847/job/35923567140?pr=282
Copy link
Contributor

@velp velp left a comment

Choose a reason for hiding this comment

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

LGTM

@BenjaminLudwigSAP BenjaminLudwigSAP merged commit 3c2ea6e into stable/yoga-m3 Jan 21, 2025
3 checks passed
@BenjaminLudwigSAP BenjaminLudwigSAP deleted the ghaction-ubuntu2204 branch January 21, 2025 14:47
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.

3 participants