GitHub Actions runs-on
GitHub Actions
の
runs-on
で指定できる
実行環境
一覧はドキュメントに記載されている
https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#jobsjob_idruns-on
さらに詳しい情報は
https://github.com/actions/virtual-environments
に実行環境ごとに記載されている
たとえば
ubuntu-20.04
を指定したときにどのような環境であるかは
Ubuntu2004-README.md
を見ればよい
デフォルトでインストールされている
CLI
や
runtime
なども把握できる