We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 588ad47 commit e11bb2bCopy full SHA for e11bb2b
.github/workflows/release-runners.yaml
@@ -59,6 +59,10 @@ jobs:
59
os-name: ubuntu
60
os-version: 22.04
61
latest: "false"
62
+ - name: actions-runner
63
+ os-name: ubuntu
64
+ os-version: 24.04
65
+ latest: "false"
66
- name: actions-runner-dind
67
68
os-version: 20.04
@@ -67,6 +71,10 @@ jobs:
71
72
69
73
74
+ - name: actions-runner-dind
75
76
77
70
78
- name: actions-runner-dind-rootless
79
80
@@ -75,6 +83,10 @@ jobs:
83
84
85
86
+ - name: actions-runner-dind-rootless
87
88
89
90
91
steps:
92
- name: Checkout
0 commit comments