Skip to content

Commit 31bbad3

Browse files
authored
Merge pull request #2217 from LitoMore/fix-typos
Fix typo
2 parents 870f3a5 + c4eaa0a commit 31bbad3

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/macos-builds-on-all.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This is ci/actions-templates/macos-builds-template.yaml
22
# Do not edit this file in .github/workflows
33

4-
name: Mac OS
4+
name: macOS
55
on:
66
pull_request:
77
branches:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
| Master CI | Build Status |
44
|--------------|----------------------------------------------------------|
55
| Windows | ![Windows builds][actions-windows-master] |
6-
| Mac OS | ![Mac OS builds][actions-macos-master] |
6+
| macOS | ![maOS builds][actions-macos-master] |
77
| Linux Etc | ![Linux (etc) builds][actions-linux-master] |
88

99
*rustup* installs [The Rust Programming Language][rustlang] from the official
@@ -813,5 +813,5 @@ at your option.
813813

814814
<!-- Badges -->
815815
[actions-windows-master]: https://github.com/rust-lang/rustup/workflows/Windows%20(master)/badge.svg
816-
[actions-macos-master]: https://github.com/rust-lang/rustup/workflows/Mac%20OS/badge.svg?branch=master
816+
[actions-macos-master]: https://github.com/rust-lang/rustup/workflows/macOS/badge.svg?branch=master
817817
[actions-linux-master]: https://github.com/rust-lang/rustup/workflows/Linux%20(master)/badge.svg

ci/actions-templates/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Rustup Github Actions Workflows
1+
# Rustup GitHub Actions Workflows
22

3-
This directory contains all the workflows we use in Rustup for Github Actions.
3+
This directory contains all the workflows we use in Rustup for GitHub Actions.
44

55
## Triggers for CI builds
66

ci/actions-templates/gen-workflows.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ gen_workflow () {
99

1010
mkdir -p "$OUTPATH"
1111

12-
# Mac OS only has a single target so single flow
12+
# macOS only has a single target so single flow
1313
gen_workflow macos-builds all
1414

1515
gen_workflow windows-builds pr

ci/actions-templates/macos-builds-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This is ci/actions-templates/macos-builds-template.yaml
22
# Do not edit this file in .github/workflows
33

4-
name: Mac OS
4+
name: macOS
55
on:
66
pull_request:
77
branches:

0 commit comments

Comments
 (0)