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

create-release github action won't run properly #122

Open
kevinbird15 opened this issue Dec 15, 2023 · 0 comments · May be fixed by #121
Open

create-release github action won't run properly #122

kevinbird15 opened this issue Dec 15, 2023 · 0 comments · May be fixed by #121

Comments

@kevinbird15
Copy link
Collaborator

Because this action using ubuntu-18.04 rather than ubuntu-latest like the other actions, it won't even start running.

runs-on: ubuntu-18.04

The reason for this is that github sunset the 18.04 runner https://github.blog/changelog/2022-08-09-github-actions-the-ubuntu-18-04-actions-runner-image-is-being-deprecated-and-will-be-removed-by-12-1-22/

We should update this if we want to use this github action.

@kevinbird15 kevinbird15 linked a pull request Dec 21, 2023 that will close this issue
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 a pull request may close this issue.

1 participant