Difference between revisions of "GitHub Actions runs-on:"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
runs-on: [[macos-11]] | runs-on: [[macos-11]] | ||
runs-on: [[self-hosted]] | 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 10:40, 14 March 2024
runs-on: ubuntu-latest runs-on: macos-11 runs-on: self-hosted
runs-on: [your-self-hosted-label, your-other-self-hosted-label]
macos-latest-xl macos-12-xl macos-13-xl
Related
- GitHub Actions:
on:
jobs:
- Azure Pipelines:
trigger
- GitHub Actions virtual-environments
permissions:
- GitHub self hosted runner
- environment:
See also
- runs-on:
ubuntu-latest, macos-latest, windows-latest
- 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: