Skip to content

Commit ca4abbd

Browse files
authored
Branch was updated using the 'autoupdate branch' Actions workflow.
2 parents 9543c1b + 69a8cc2 commit ca4abbd

2 files changed

Lines changed: 19 additions & 6 deletions

File tree

content/actions/using-github-hosted-runners/about-github-hosted-runners.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,22 +62,26 @@ Workflow logs list the runner used to run a job. For more information, see "[Vie
6262

6363
### Supported software
6464

65-
The software tools included in {% data variables.product.prodname_dotcom %}-hosted runners are updated weekly. For the latest list of included tools for each runner operating system, see the links below:
65+
The software tools included in {% data variables.product.prodname_dotcom %}-hosted runners are updated weekly. The update process takes several days, and the list of preinstalled software on the `main` branch is updated after the whole deployment ends.
66+
#### Preinstalled software
67+
68+
Workflow logs include a link to the preinstalled tools on the exact runner. To find this information in the workflow log, expand the `Set up job` section. Under that section, expand the `Virtual Environment` section. The link following `Included Software` will tell you the the preinstalled tools on the runner that ran the workflow.
69+
![Installed software link](/assets/images/actions-runner-installed-software-link.png)
70+
For more information, see "[Viewing workflow run history](/actions/managing-workflow-runs/viewing-workflow-run-history)."
71+
72+
For the overall list of included tools for each runner operating system, see the links below:
6673

6774
* [Ubuntu 20.04 LTS](https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md)
6875
* [Ubuntu 18.04 LTS](https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu1804-README.md)
6976
* [Ubuntu 16.04 LTS](https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu1604-README.md)
7077
* [Windows Server 2019](https://github.com/actions/virtual-environments/blob/main/images/win/Windows2019-Readme.md)
7178
* [Windows Server 2016](https://github.com/actions/virtual-environments/blob/main/images/win/Windows2016-Readme.md)
72-
* [macOS 10.15](https://github.com/actions/virtual-environments/blob/main/images/macos/macos-10.15-Readme.md)
7379
* [macOS 11.0](https://github.com/actions/virtual-environments/blob/main/images/macos/macos-11.0-Readme.md)
74-
75-
{% data reusables.github-actions.ubuntu-runner-preview %}
76-
{% data reusables.github-actions.macos-runner-preview %}
80+
* [macOS 10.15](https://github.com/actions/virtual-environments/blob/main/images/macos/macos-10.15-Readme.md)
7781

7882
{% data variables.product.prodname_dotcom %}-hosted runners include the operating system's default built-in tools, in addition to the packages listed in the above references. For example, Ubuntu and macOS runners include `grep`, `find`, and `which`, among other default tools.
7983

80-
Workflow logs include a link to the preinstalled tools on the exact runner. To find this information in the workflow log, expand the `Set up job` section. Under that section, expand the `Virtual Environment` section. For more information, see "[Viewing workflow run history](/actions/managing-workflow-runs/viewing-workflow-run-history)."
84+
#### Using preinstalled software
8185

8286
We recommend using actions to interact with the software installed on runners. This approach has several benefits:
8387
- Usually, actions provide more flexible functionality like versions selection, ability to pass arguments, and parameters

stylesheets/overrides.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,3 +172,12 @@ pre .bluebox {
172172
fill: $white;
173173
}
174174
}
175+
176+
.markdown-body li img {
177+
max-width: calc(100% - 32px);
178+
}
179+
180+
.markdown-body img {
181+
max-height: 600px;
182+
}
183+

0 commit comments

Comments
 (0)