Skip to content

Commit 7a58252

Browse files
authored
docs: add supported runners table to frontmatter reference (#17361)
1 parent 57de53e commit 7a58252

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

docs/src/content/docs/reference/frontmatter.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,16 @@ runs-on: ubuntu-latest # Defaults to ubuntu-latest (main job only)
450450
timeout-minutes: 30 # Defaults to 20 minutes
451451
```
452452

453+
**Supported runners for `runs-on:`**
454+
455+
| Runner | Status |
456+
|--------|--------|
457+
| `ubuntu-latest` | ✅ Default. Recommended for most workflows. |
458+
| `ubuntu-24.04` / `ubuntu-22.04` | ✅ Supported. |
459+
| `ubuntu-24.04-arm` | ✅ Supported. Linux ARM64 runner. |
460+
| `macos-*` | ❌ Not supported. Docker is unavailable on macOS runners (no nested virtualization). See [FAQ](/gh-aw/reference/faq/). |
461+
| `windows-*` | ❌ Not supported. AWF requires Linux. |
462+
453463
### Workflow Concurrency Control (`concurrency:`)
454464

455465
Automatically generates concurrency policies for the agent job. See [Concurrency Control](/gh-aw/reference/concurrency/).

0 commit comments

Comments
 (0)