Difference between revisions of "GitHub Actions runs-on:"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
runs-on: ubuntu-latest | runs-on: ubuntu-latest | ||
runs-on: [[macos-11]] | runs-on: [[macos-11]] | ||
+ | runs-on: self-hosted | ||
runs-on: [your-self-hosted-label, your-other-self-hosted-label] | runs-on: [your-self-hosted-label, your-other-self-hosted-label] |
Revision as of 15:53, 26 January 2023
runs-on: ubuntu-latest runs-on: macos-11 runs-on: self-hosted
runs-on: [your-self-hosted-label, your-other-self-hosted-label]
Related
- GitHub Actions:
on:
jobs:
- Azure Pipelines:
trigger
- GitHub Actions virtual-environments
See also
- GitHub Actions,
act, .github/workflows/
,~/actions-runner/
,svc.sh
,deploy:, run:, runs-on:
,uses:
,steps:
,jobs:
,on:, env:, uses:, script:, continue-on-error:, template:, aws-actions, inputs:
,GITHUB_ENV, needs:, github.
, GitHub runner, my-docker-publish.yml, GitHub Actions variables, GitHub Actions contexts, GitHub Actions Importer, If:, SLSA, Actions Runner Controller (ARC),$GITHUB OUTPUT
,notify:
, Marketplace,GITHUB_TOKEN
Advertising: