From de44019f44b6d53da02a6992ca0175f57e3360a6 Mon Sep 17 00:00:00 2001 From: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com> Date: Tue, 21 Apr 2026 22:52:48 +0530 Subject: [PATCH 1/2] Fix malformed GHA images table --- docs/pages/guides/gha_basic.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/docs/pages/guides/gha_basic.md b/docs/pages/guides/gha_basic.md index cf9645e4..4eda503e 100644 --- a/docs/pages/guides/gha_basic.md +++ b/docs/pages/guides/gha_basic.md @@ -138,13 +138,15 @@ There are a variety of [images to pick from](https://docs.github.com/en/actions/reference/runners/github-hosted-runners#single-cpu-runners), such as: -| Image name | Description | |==================|=============| | -`ubuntu-latest` | Standard Linux runner (specific versions available) | | -`windows-latest` | Standard Windows runner (specific versions available) | | -`macos-latest` | Standard MacOS runner (specific versions available) | | -`ubuntu-24.04-arm` | Linux ARM runner (no `latest` tag) | | `windows-11-arm` | -Windows ARM runner (no specific versions) | | `macos-15-intel` | MacOS Intel -runner (final version) | | `ubuntu-slim` | Fast startup single-core container | +| Image name | Description | +| ------------------ | ----------------------------------------------------- | +| `ubuntu-latest` | Standard Linux runner (specific versions available) | +| `windows-latest` | Standard Windows runner (specific versions available) | +| `macos-latest` | Standard MacOS runner (specific versions available) | +| `ubuntu-24.04-arm` | Linux ARM runner (no `latest` tag) | +| `windows-11-arm` | Windows ARM runner (no specific versions) | +| `macos-15-intel` | MacOS Intel runner (final version) | +| `ubuntu-slim` | Fast startup single-core container | Note that while versioned images are available, like `ubuntu-24.04`, these are all rolling images; selecting a specific image will not make your CI completely From e3369372d69c6c3d992fcfdd6529a8bdfa94327e Mon Sep 17 00:00:00 2001 From: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com> Date: Tue, 21 Apr 2026 22:53:40 +0530 Subject: [PATCH 2/2] Fix: "MacOS" --> "macOS" --- docs/pages/guides/gha_basic.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pages/guides/gha_basic.md b/docs/pages/guides/gha_basic.md index 4eda503e..d74a2b51 100644 --- a/docs/pages/guides/gha_basic.md +++ b/docs/pages/guides/gha_basic.md @@ -142,10 +142,10 @@ such as: | ------------------ | ----------------------------------------------------- | | `ubuntu-latest` | Standard Linux runner (specific versions available) | | `windows-latest` | Standard Windows runner (specific versions available) | -| `macos-latest` | Standard MacOS runner (specific versions available) | +| `macos-latest` | Standard macOS runner (specific versions available) | | `ubuntu-24.04-arm` | Linux ARM runner (no `latest` tag) | | `windows-11-arm` | Windows ARM runner (no specific versions) | -| `macos-15-intel` | MacOS Intel runner (final version) | +| `macos-15-intel` | macOS Intel runner (final version) | | `ubuntu-slim` | Fast startup single-core container | Note that while versioned images are available, like `ubuntu-24.04`, these are