From 0000895c138f401d3901517bde6e626b097545db Mon Sep 17 00:00:00 2001 From: Victor Lin <13424970+victorlin@users.noreply.github.com> Date: Wed, 7 Sep 2022 11:49:02 -0700 Subject: [PATCH] Update self-hosted runners to support macOS ARM64 macOS + ARM64 should be supported now: https://github.com/github/roadmap/issues/507 --- .../hosting-your-own-runners/about-self-hosted-runners.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 cecc4b4a00..69aca9cb20 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 only. +- `ARM64` - Linux, macOS. - `ARM32` - Linux only. {% ifversion ghes %}