Skip to content

Commit 1695e4d

Browse files
author
Martin Lopes
authored
macOS ARM on self-hosted runners (#31125)
1 parent 073ae33 commit 1695e4d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

content/actions/hosting-your-own-runners/about-self-hosted-runners.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ The following operating systems are supported for the self-hosted runner applica
123123
The following processor architectures are supported for the self-hosted runner application.
124124

125125
- `x64` - Linux, macOS, Windows.
126-
- `ARM64` - Linux, macOS.
126+
- `ARM64` - Linux{% ifversion actions-macos-arm %}, macOS{% endif %}.
127127
- `ARM32` - Linux only.
128128

129129
{% ifversion ghes %}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Reference: #6732
2+
# Self-hosted runners with macOS ARM
3+
versions:
4+
fpt: '*'
5+
ghec: '*'
6+
ghes: '>= 3.7'

0 commit comments

Comments
 (0)