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

GitHub workflow: specify Ubuntu 22.04 LTS to avoid Git issue with poetry-publish action #89

Merged
merged 1 commit into from
Jan 16, 2025

Conversation

bryananderson
Copy link
Contributor

@bryananderson bryananderson commented Jan 16, 2025

We got a deployment action failure because github bumped ubuntu-latest to 24.04. The workarounds for this seem pretty annoying so I am just going to roll the action back to 22.04 as it will be supported for 2 more years.

Specifically, this "helpful security check" in git was introduced in 2.35.2. Ubuntu 22.04 has git 2.25.1 while 22.04 has git 2.45.2: https://launchpad.net/ubuntu/+source/git

@bryananderson bryananderson merged commit 91b7803 into master Jan 16, 2025
9 checks passed
@bryananderson bryananderson deleted the workflow-ubuntu-version branch January 16, 2025 01:56
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.

2 participants