From 4bc7d7535f51734005431fc3e9f9cc8947aca231 Mon Sep 17 00:00:00 2001 From: NexusXe Date: Tue, 21 Jun 2022 12:15:19 -0500 Subject: [PATCH] Fix system spec terminology error Saying "random access memory memory" and "solid-state disk disk space" is redundant --- .../about-github-hosted-runners.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 5b26bc8131..562a1c82fd 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 @@ -88,13 +88,13 @@ While the job runs, the logs and output can be viewed in the {% data variables.p Hardware specification for Windows and Linux virtual machines: - 2-core CPU -- 7 GB of RAM memory -- 14 GB of SSD disk space +- 7 GB of RAM +- 14 GB of SSD space Hardware specification for macOS virtual machines: - 3-core CPU -- 14 GB of RAM memory -- 14 GB of SSD disk space +- 14 GB of RAM +- 14 GB of SSD space {% data reusables.actions.supported-github-runners %}