From 1695e4d1839d3d078282562ad89ba23454fb7bf0 Mon Sep 17 00:00:00 2001 From: Martin Lopes Date: Mon, 26 Sep 2022 14:37:37 +1000 Subject: [PATCH] macOS ARM on self-hosted runners (#31125) --- .../hosting-your-own-runners/about-self-hosted-runners.md | 2 +- data/features/actions-macos-arm.yml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 data/features/actions-macos-arm.yml 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'