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:
committed by
GitHub
parent
854be2fbf0
commit
e892ba1a97
2
.github/workflows/integrate.yaml
vendored
2
.github/workflows/integrate.yaml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
build:
|
||||
name: "Build"
|
||||
|
||||
runs-on: "ubuntu-latest"
|
||||
runs-on: "ubuntu-20.04"
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
|
||||
Reference in New Issue
Block a user