Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down
6 changes: 6 additions & 0 deletions data/features/actions-macos-arm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Reference: #6732
# Self-hosted runners with macOS ARM
versions:
fpt: '*'
ghec: '*'
ghes: '>= 3.7'