Difference between revisions of "GitHub Actions runs-on:"

From wikieduonline
Jump to navigation Jump to search
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
 
* https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#jobsjob_idruns-on
 
* https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#jobsjob_idruns-on
 
  
 
  runs-on: [[ubuntu-latest]]
 
  runs-on: [[ubuntu-latest]]
 
  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]
 
  
 
  [[macos-latest-xl]]
 
  [[macos-latest-xl]]
Line 16: Line 14:
 
== Related ==
 
== Related ==
 
* [[GitHub Actions:]] <code>[[on:]]</code>
 
* [[GitHub Actions:]] <code>[[on:]]</code>
* <code>[[jobs:]]</code>
+
* [[GitHub Actions:]] <code>[[GitHub Actions: jobs:|jobs:]]</code>
 
* [[Azure Pipelines]]: <code>[[Azure Pipelines: trigger:|trigger]]</code>
 
* [[Azure Pipelines]]: <code>[[Azure Pipelines: trigger:|trigger]]</code>
 
* [[GitHub Actions virtual-environments]]
 
* [[GitHub Actions virtual-environments]]
 
* <code>[[permissions:]]</code>
 
* <code>[[permissions:]]</code>
 
* [[GitHub self hosted runner]]
 
* [[GitHub self hosted runner]]
 +
* <code>[[GitLab CI, environment:|environment:]]</code>
  
 
== See also ==
 
== See also ==

Latest revision as of 10:43, 14 March 2024

Advertising: