From 317e1138b5afd8679cd91276515791f5aeea8913 Mon Sep 17 00:00:00 2001 From: PSJ <51746608+thispsj@users.noreply.github.com> Date: Mon, 16 May 2022 11:38:56 +0530 Subject: [PATCH 1/2] Add CPU archs for runners --- .../about-github-hosted-runners.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/actions/using-github-hosted-runners/about-github-hosted-runners.md b/content/actions/using-github-hosted-runners/about-github-hosted-runners.md index 6b10663dfe91..3363c667b00b 100644 --- a/content/actions/using-github-hosted-runners/about-github-hosted-runners.md +++ b/content/actions/using-github-hosted-runners/about-github-hosted-runners.md @@ -52,12 +52,12 @@ Windows virtual machines are configured to run as administrators with User Accou ## Supported runners and hardware resources Hardware specification for Windows and Linux virtual machines: -- 2-core CPU +- 2-core CPU having `amd64` architecture. - 7 GB of RAM memory - 14 GB of SSD disk space Hardware specification for macOS virtual machines: -- 3-core CPU +- 3-core CPU having `Intel x86_64` architecture. - 14 GB of RAM memory - 14 GB of SSD disk space From ac5d6013cf6e4d469b61f967fe7d881a807d3032 Mon Sep 17 00:00:00 2001 From: Martin Lopes Date: Fri, 22 Jul 2022 09:47:53 +1000 Subject: [PATCH 2/2] Adding changes after discussing with GitHub SME --- .../about-github-hosted-runners.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/actions/using-github-hosted-runners/about-github-hosted-runners.md b/content/actions/using-github-hosted-runners/about-github-hosted-runners.md index 4623731d5388..68a40c5401a3 100644 --- a/content/actions/using-github-hosted-runners/about-github-hosted-runners.md +++ b/content/actions/using-github-hosted-runners/about-github-hosted-runners.md @@ -87,12 +87,12 @@ While the job runs, the logs and output can be viewed in the {% data variables.p ## Supported runners and hardware resources Hardware specification for Windows and Linux virtual machines: -- 2-core CPU having `amd64` architecture. +- 2-core CPU (x86_64) - 7 GB of RAM - 14 GB of SSD space Hardware specification for macOS virtual machines: -- 3-core CPU having `Intel x86_64` architecture. +- 3-core CPU (x86_64) - 14 GB of RAM - 14 GB of SSD space