Docker container actions and service containers only work on 'ubuntu-latest' (#435)

Co-authored-by: Sergey Dolin <v-sedoli@micorosoft.com>
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
This commit is contained in:
Sergey Dolin 2020-10-14 10:30:57 +05:00 коммит произвёл GitHub
Родитель d516858100
Коммит 20fa34e57c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -2,7 +2,7 @@
**Note:** If your workflows use Docker container actions or service containers, then you must use a Linux runner:
* If you are using {% data variables.product.prodname_dotcom %}-hosted runners, you must use the `ubuntu-latest` 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 %}