mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-10 11:41:27 +00:00
ci: add new runners to deploy (#2081)
This commit is contained in:
8
.github/workflows/runners.yaml
vendored
8
.github/workflows/runners.yaml
vendored
@@ -53,10 +53,18 @@ jobs:
|
||||
os-name: ubuntu
|
||||
os-version: 20.04
|
||||
latest: "true"
|
||||
- name: actions-runner-dind
|
||||
os-name: ubuntu
|
||||
os-version: 22.04
|
||||
latest: "false"
|
||||
- name: actions-runner-dind-rootless
|
||||
os-name: ubuntu
|
||||
os-version: 20.04
|
||||
latest: "true"
|
||||
- name: actions-runner-dind-rootless
|
||||
os-name: ubuntu
|
||||
os-version: 22.04
|
||||
latest: "false"
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
Reference in New Issue
Block a user