2026-04-14 GitHub Actions で利用可能なランナーイメージ一覧
GitHub Actions で使える GitHub-hosted runner イメージを整理してみた。
※ 2026年04月 時点の情報
GitHub 公式 runner images
actions/runner-images に掲載されているイメージ。
| カテゴリ | イメージ | Arch | 主な runs-on ラベル |
補足 |
|---|---|---|---|---|
| Linux | Ubuntu 24.04 | x64 | ubuntu-latest, ubuntu-24.04 |
現在の Ubuntu 系デフォルト |
| Linux | Ubuntu 22.04 | x64 | ubuntu-22.04 |
旧世代の安定版 |
| Linux | Ubuntu Slim | x64 | ubuntu-slim |
Preview |
| macOS | macOS 26 | arm64 | macos-26, macos-26-xlarge |
Apple Silicon |
| macOS | macOS 26 | x64 | macos-26-intel, macos-26-large |
Intel |
| macOS | macOS 15 | arm64 | macos-latest, macos-15, macos-15-xlarge |
現在の macOS デフォルト |
| macOS | macOS 15 | x64 | macos-latest-large, macos-15-large, macos-15-intel |
Intel |
| Windows | Windows Server 2025 | x64 | windows-latest, windows-2025 |
現在の Windows デフォルト |
| Windows | Windows Server 2022 | x64 | windows-2022 |
旧世代の安定版 |
| Windows | Windows Server 2025 with Visual Studio 2026 | x64 | windows-2025-vs2026 |
Beta |
Partner runner images
actions/partner-runner-images に掲載されている、3rd party 提供の runner image。
| 提供元 | カテゴリ | イメージ | OS / Arch | 主な runs-on ラベル |
提供状況 |
|---|---|---|---|---|---|
| Arm Limited, Inc. | Linux | Ubuntu 24.04 by Arm | Linux / ARM64 | ubuntu-24.04-arm |
generally available |
| Arm Limited, Inc. | Linux | Ubuntu 22.04 by Arm | Linux / ARM64 | ubuntu-22.04-arm |
generally available |
| Arm Limited, Inc. | Windows | Windows 11 by Arm | Windows / ARM64 | windows-11-arm |
generally available |