1
0
mirror of synced 2026-01-01 09:04:46 -05:00
Files
docs/data/reusables/github-actions/docker-container-os-support.md
2022-02-08 12:59:39 -06:00

384 B

{% note %}

Note: If your workflows use Docker container actions, job containers, or service containers, then you must use a Linux runner:

  • If you are using {% data variables.product.prodname_dotcom %}-hosted runners, you must use an Ubuntu runner.
  • If you are using self-hosted runners, you must use a Linux machine as your runner and Docker must be installed.

{% endnote %}