1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

Ubuntu-latest workflows will use Ubuntu-22.04, temporary workaround (#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
https://github.com/actions/runner-images/issues/6399
This commit is contained in:
Yoshinari Takaoka
2022-12-03 12:13:36 +09:00
committed by GitHub
parent 854be2fbf0
commit e892ba1a97

View File

@@ -12,7 +12,7 @@ jobs:
build:
name: "Build"
runs-on: "ubuntu-latest"
runs-on: "ubuntu-20.04"
strategy:
matrix: