Skip to content

Commit 1d5f905

Browse files
authored
Merge pull request #1154 from stephenwade/main
Properly capitalize "macOS"
2 parents 1bc4710 + 43d0e7f commit 1d5f905

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

content/actions/creating-actions/about-actions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ You can build Docker container and JavaScript actions. Actions require a metadat
3232
| Type | Operating system |
3333
| ---- | ------------------- |
3434
| Docker container | Linux |
35-
| JavaScript | Linux, MacOS, Windows |
36-
| Composite run steps | Linux, MacOS, Windows |
35+
| JavaScript | Linux, macOS, Windows |
36+
| Composite run steps | Linux, macOS, Windows |
3737

3838
#### Docker container actions
3939

content/actions/hosting-your-own-runners/about-self-hosted-runners.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The following operating systems are supported for the self-hosted runner applica
8787
- Windows Server 2016 64-bit
8888
- Windows Server 2019 64-bit
8989

90-
#### MacOS
90+
#### macOS
9191

9292
- macOS 10.13 (High Sierra) or later
9393

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ The software tools included in {% data variables.product.prodname_dotcom %}-host
6363
* [Ubuntu 16.04 LTS](https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu1604-README.md)
6464
* [Windows Server 2019](https://github.com/actions/virtual-environments/blob/main/images/win/Windows2019-Readme.md)
6565
* [Windows Server 2016](https://github.com/actions/virtual-environments/blob/main/images/win/Windows2016-Readme.md)
66-
* [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)
66+
* [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)
6868

6969
{% data reusables.github-actions.ubuntu-runner-preview %}
7070
{% data reusables.github-actions.macos-runner-preview %}

content/github/finding-security-vulnerabilities-and-errors-in-your-code/running-codeql-code-scanning-in-a-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You must run {% data variables.product.prodname_codeql %} in the same container
2121
You may have difficulty running {% data variables.product.prodname_code_scanning %} if the container you're using is missing certain dependencies (for example, Git must be installed and added to the PATH variable). If you encounter dependency issues, review the list of software typically included on {% data variables.product.prodname_dotcom %}'s virtual environments. For more information, see the version-specific `readme` files in these locations:
2222

2323
* Linux: https://github.com/actions/virtual-environments/tree/main/images/linux
24-
* MacOS: https://github.com/actions/virtual-environments/tree/main/images/macos
24+
* macOS: https://github.com/actions/virtual-environments/tree/main/images/macos
2525
* Windows: https://github.com/actions/virtual-environments/tree/main/images/win
2626

2727
### Example workflow

content/github/finding-security-vulnerabilities-and-errors-in-your-code/running-codeql-code-scanning-in-your-ci-system.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ On Linux:
3939
chmod +x codeql-runner-linux
4040
```
4141

42-
On MacOS:
42+
On macOS:
4343

4444
```shell
4545
chmod +x codeql-runner-macos
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% note %}
22

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.
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.
44

55
{% endnote %}

0 commit comments

Comments
 (0)