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:
Callum Tait
2022-12-01 22:29:59 +00:00
committed by GitHub
parent 28ea8d4e7b
commit 212b9daec3
3 changed files with 115 additions and 9 deletions

View File

@@ -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