Skip to content

Commit 598a3d9

Browse files
authored
repo sync
2 parents 4e0a909 + 2056457 commit 598a3d9

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

content/actions/reference/specifications-for-github-hosted-runners.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Each virtual machine has the same hardware resources available.
5050
{% data reusables.github-actions.supported-github-runners %}
5151

5252
{% data reusables.github-actions.ubuntu-runner-preview %}
53+
{% data reusables.github-actions.macos-runner-preview %}
5354

5455
Workflow logs list the runner used to run a job. For more information, see "[Viewing workflow run history](/actions/managing-workflow-runs/viewing-workflow-run-history)."
5556

@@ -63,8 +64,10 @@ The software tools included in {% data variables.product.prodname_dotcom %}-host
6364
* [Windows Server 2019](https://github.com/actions/virtual-environments/blob/main/images/win/Windows2019-Readme.md)
6465
* [Windows Server 2016](https://github.com/actions/virtual-environments/blob/main/images/win/Windows2016-Readme.md)
6566
* [MacOS 10.15](https://github.com/actions/virtual-environments/blob/main/images/macos/macos-10.15-Readme.md)
67+
* [MacOS 11.0](https://github.com/actions/virtual-environments/blob/main/images/macos/macos-11.0-Readme.md)
6668

6769
{% data reusables.github-actions.ubuntu-runner-preview %}
70+
{% data reusables.github-actions.macos-runner-preview %}
6871

6972
{% 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.
7073

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{% note %}
2+
3+
**Note:** The MacOS 11.0 virtual environment is currently provided as a preview only. The `macos-latest` YAML workflow label still uses the MacOS 10.15 virtual environment.
4+
5+
{% endnote %}

data/reusables/github-actions/supported-github-runners.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
| Ubuntu 20.04 | `ubuntu-20.04` |
55
| Ubuntu 18.04 | `ubuntu-latest` or `ubuntu-18.04` |
66
| Ubuntu 16.04 | `ubuntu-16.04` |
7+
| macOS Big Sur 11.0 | `macos-11.0` |
78
| macOS Catalina 10.15 | `macos-latest` or `macos-10.15` |

0 commit comments

Comments
 (0)