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

fix: update GitHub Actions runner to ubuntu-latest #592

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

felquis
Copy link

@felquis felquis commented Jan 16, 2025

Origin: on this PR, there's was a merge #584 (comment) and the action failed to published the package at https://github.com/maticzav/nookies/actions/runs/12409459594/job/34643124470

With the errors:

🚫 This request was automatically failed because there were no enabled runners online to process the request for more than 1 days.
⚠️ The ubuntu-18.04 environment is deprecated, consider switching to ubuntu-20.04(ubuntu-latest), or ubuntu-22.04 instead. For more details see actions/runner-images#6002

This PR fixes it by using a ubuntu-latest, which will always pick ubuntu latest LST version, preventing picking deprecated ubuntu versions in the future.

- Replace deprecated ubuntu-18.04 with ubuntu-latest
- ubuntu-latest automatically uses current LTS version, preventing future deprecation issues
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.

1 participant