diff --git a/content/actions/hosting-your-own-runners/about-self-hosted-runners.md b/content/actions/hosting-your-own-runners/about-self-hosted-runners.md index 5cfbf77602f1..af61355b2f57 100644 --- a/content/actions/hosting-your-own-runners/about-self-hosted-runners.md +++ b/content/actions/hosting-your-own-runners/about-self-hosted-runners.md @@ -123,7 +123,7 @@ The following operating systems are supported for the self-hosted runner applica The following processor architectures are supported for the self-hosted runner application. - `x64` - Linux, macOS, Windows. -- `ARM64` - Linux, macOS. +- `ARM64` - Linux{% ifversion actions-macos-arm %}, macOS{% endif %}. - `ARM32` - Linux only. {% ifversion ghes %} diff --git a/data/features/actions-macos-arm.yml b/data/features/actions-macos-arm.yml new file mode 100644 index 000000000000..7b1910121184 --- /dev/null +++ b/data/features/actions-macos-arm.yml @@ -0,0 +1,6 @@ +# Reference: #6732 +# Self-hosted runners with macOS ARM +versions: + fpt: '*' + ghec: '*' + ghes: '>= 3.7'