File tree Expand file tree Collapse file tree
docs/src/content/docs/reference Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -450,6 +450,16 @@ runs-on: ubuntu-latest # Defaults to ubuntu-latest (main job only)
450450timeout-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
455465Automatically generates concurrency policies for the agent job. See [Concurrency Control](/gh-aw/reference/concurrency/).
You can’t perform that action at this time.
0 commit comments