File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- # Summary: config actionlint (https://github.com/rhysd/actionlint) for certain
16- # things we use.
15+ # Summary: configure actionlint (https://github.com/rhysd/actionlint) to
16+ # recognize action runner names/labels that we use.
1717
1818self-hosted-runner :
19- # We don't have self-hosted runners, but we do use some of the "partner"
20- # runner images from https://github.com/actions/partner-runner-images
21- # and some runners that actionlint doesn't currently recognize.
2219 labels :
20+ # Defined in Quantumlib org.
21+ - ubuntu-22.04-arm64-2-core
22+ - ubuntu-22.04-arm64-8-core
23+ - ubuntu-22.04-arm64-16-core
24+
25+ - ubuntu-22.04-x64-2-core
26+ - ubuntu-22.04-x64-8-core
27+ - ubuntu-22.04-x64-16-core
28+
29+ - ubuntu-24.04-arm64-2-core
30+ - ubuntu-24.04-arm64-8-core
31+ - ubuntu-24.04-arm64-16-core
32+
33+ - ubuntu-24.04-x64-2-core
34+ - ubuntu-24.04-x64-8-core
35+ - ubuntu-24.04-x64-16-core
36+
37+ # From https://github.com/actions/partner-runner-images
2338 - ubuntu-24.04-arm
39+
40+ # New from GitHub (late 2025) but currently not known by actionlint.
41+ # https://docs.github.com/en/actions/reference/runners/github-hosted-runners
2442 - ubuntu-slim
You can’t perform that action at this time.
0 commit comments