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

Ubuntu-latest workflows will use Ubuntu-22.04, temporary workaround #2036

Merged
merged 1 commit into from
Dec 3, 2022

Conversation

mumumu
Copy link
Member

@mumumu mumumu commented Dec 3, 2022

Currently phpdoc github actions workflow fails in some locale, because we specify "runs-on: ubuntu-latest". ubuntu-latest is currently transitioning to ubuntu-22.04, so we take workarounds with runs-on: ubuntu-20.04.


ubuntu-latest is currently transitioning to ubuntu-22.04. During this time, you may experience some jobs running on either an ubuntu-20.04 or ubuntu-22.04 runner. You can specify runs-on: ubuntu-20.04 in your workflow if you need the previous version.

https://github.com/actions/runner-images
actions/runner-images#6399

ubuntu-latest is currently transitioning to ubuntu-22.04. During this time, you may experience some jobs running on either an ubuntu-20.04 or ubuntu-22.04 runner. You can specify `runs-on: ubuntu-20.04` in your workflow if you need the previous version.

https://github.com/actions/runner-images
actions/runner-images#6399
@mumumu
Copy link
Member Author

mumumu commented Dec 3, 2022

I will merge this PR soon, if running workflow successfully.

@mumumu mumumu merged commit e892ba1 into php:master Dec 3, 2022
@mumumu mumumu deleted the tmp-fix-ubuntu-latest-workflow branch December 3, 2022 03:13
claudepache pushed a commit to claudepache/php-doc-en that referenced this pull request Jun 1, 2023
…hp#2036)

ubuntu-latest is currently transitioning to ubuntu-22.04. During this time, you may experience some jobs running on either an ubuntu-20.04 or ubuntu-22.04 runner. You can specify `runs-on: ubuntu-20.04` in your workflow if you need the previous version.

https://github.com/actions/runner-images
actions/runner-images#6399
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.

None yet

1 participant