File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
# This is ci/actions-templates/macos-builds-template.yaml
2
2
# Do not edit this file in .github/workflows
3
3
4
- name : Mac OS
4
+ name : macOS
5
5
on :
6
6
pull_request :
7
7
branches :
Original file line number Diff line number Diff line change 3
3
| Master CI | Build Status |
4
4
| --------------| ----------------------------------------------------------|
5
5
| Windows | ![ Windows builds] [ actions-windows-master ] |
6
- | Mac OS | ![ Mac OS builds] [ actions-macos-master ] |
6
+ | macOS | ![ maOS builds] [ actions-macos-master ] |
7
7
| Linux Etc | ![ Linux (etc) builds] [ actions-linux-master ] |
8
8
9
9
* rustup* installs [ The Rust Programming Language] [ rustlang ] from the official
@@ -813,5 +813,5 @@ at your option.
813
813
814
814
<!-- Badges -->
815
815
[ 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
817
817
[ actions-linux-master ] : https://github.com/rust-lang/rustup/workflows/Linux%20(master)/badge.svg
Original file line number Diff line number Diff line change 1
- # Rustup Github Actions Workflows
1
+ # Rustup GitHub Actions Workflows
2
2
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.
4
4
5
5
## Triggers for CI builds
6
6
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ gen_workflow () {
9
9
10
10
mkdir -p " $OUTPATH "
11
11
12
- # Mac OS only has a single target so single flow
12
+ # macOS only has a single target so single flow
13
13
gen_workflow macos-builds all
14
14
15
15
gen_workflow windows-builds pr
Original file line number Diff line number Diff line change 1
1
# This is ci/actions-templates/macos-builds-template.yaml
2
2
# Do not edit this file in .github/workflows
3
3
4
- name : Mac OS
4
+ name : macOS
5
5
on :
6
6
pull_request :
7
7
branches :
You can’t perform that action at this time.
0 commit comments