Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions docs/pages/guides/gha_basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading