mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-13 13:06:51 +00:00
feat: 22.04 default runner image (#2050)
* feat: 22.04 default runner image * docs: update bundled software * chore: remove test in Dockerfile * ci: add 22.04 runner build * chore: remove build-essential * chore: remove python path entry Co-authored-by: toast-gear <toast-gear@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/runners.yaml
vendored
4
.github/workflows/runners.yaml
vendored
@@ -45,6 +45,10 @@ jobs:
|
||||
os-name: ubuntu
|
||||
os-version: 20.04
|
||||
latest: "true"
|
||||
- name: actions-runner
|
||||
os-name: ubuntu
|
||||
os-version: 22.04
|
||||
latest: "false"
|
||||
- name: actions-runner-dind
|
||||
os-name: ubuntu
|
||||
os-version: 20.04
|
||||
|
||||
Reference in New Issue
Block a user