Skip to content

Commit c60f540

Browse files
Rename 'macOS-11.0' to 'macOS-11' everywhere (actions#3417)
* rename 'macos11.0' to 'macos-11' * fix nitpicks * resolve conflicts
1 parent 729b562 commit c60f540

7 files changed

Lines changed: 28 additions & 29 deletions

File tree

.github/ISSUE_TEMPLATE/announcement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ assignees: ''
2626
- [ ] macOS 10.13
2727
- [ ] macOS 10.14
2828
- [ ] macOS 10.15
29-
- [ ] macOS 11.0
29+
- [ ] macOS 11
3030
- [ ] Windows Server 2016 R2
3131
- [ ] Windows Server 2019
3232

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ A clear and concise description of what the bug is, and why you consider it to b
2121
- [ ] Ubuntu 18.04
2222
- [ ] Ubuntu 20.04
2323
- [ ] macOS 10.15
24-
- [ ] macOS 11.0
24+
- [ ] macOS 11
2525
- [ ] Windows Server 2016 R2
2626
- [ ] Windows Server 2019
2727

.github/ISSUE_TEMPLATE/tool-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ assignees: ''
2929
- [ ] Ubuntu 18.04
3030
- [ ] Ubuntu 20.04
3131
- [ ] macOS 10.15
32-
- [ ] macOS 11.0
32+
- [ ] macOS 11
3333
- [ ] Windows Server 2016 R2
3434
- [ ] Windows Server 2019
3535

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
name: macOS-11.0_$(date:yyyyMMdd)$(rev:.r)_unstable
2-
schedules:
3-
- cron: "0 0 * * *"
4-
displayName: Daily
5-
branches:
6-
include:
7-
- main
8-
always: true
9-
10-
trigger: none
11-
pr:
12-
autoCancel: true
13-
branches:
14-
include:
15-
- main
16-
17-
jobs:
18-
- template: image-generation.yml
19-
parameters:
20-
image_label: 'macOS Big Sur'
21-
base_image_name: 'clean-macOS-11.0-380Gb-runner'
22-
template_path: 'templates/macOS-11.0.json'
23-
target_datastore: 'ds-image'
1+
name: macOS-11_$(date:yyyyMMdd)$(rev:.r)_unstable
2+
schedules:
3+
- cron: "0 0 * * *"
4+
displayName: Daily
5+
branches:
6+
include:
7+
- main
8+
always: true
9+
10+
trigger: none
11+
pr:
12+
autoCancel: true
13+
branches:
14+
include:
15+
- main
16+
17+
jobs:
18+
- template: image-generation.yml
19+
parameters:
20+
image_label: 'macOS Big Sur'
21+
base_image_name: 'clean-macOS-11-380Gb-runner'
22+
template_path: 'templates/macOS-11.json'
23+
target_datastore: 'ds-image'
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,4 +299,3 @@
299299
| ANDROID_SDK_ROOT | /Users/runner/Library/Android/sdk |
300300

301301

302-
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
},
8989
{
9090
"type": "file",
91-
"source": "./toolsets/toolset-11.0.json",
91+
"source": "./toolsets/toolset-11.json",
9292
"destination": "~/image-generation/toolset.json"
9393
},
9494
{
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,4 +216,4 @@
216216
"5.0"
217217
]
218218
}
219-
}
219+
}

0 commit comments

Comments
 (0)