mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2026-01-06 18:17:26 +08:00
Rename 'macOS-11.0' to 'macOS-11' everywhere (#3417)
* rename 'macos11.0' to 'macos-11' * fix nitpicks * resolve conflicts
This commit is contained in:
2
.github/ISSUE_TEMPLATE/announcement.md
vendored
2
.github/ISSUE_TEMPLATE/announcement.md
vendored
@@ -26,7 +26,7 @@ assignees: ''
|
|||||||
- [ ] macOS 10.13
|
- [ ] macOS 10.13
|
||||||
- [ ] macOS 10.14
|
- [ ] macOS 10.14
|
||||||
- [ ] macOS 10.15
|
- [ ] macOS 10.15
|
||||||
- [ ] macOS 11.0
|
- [ ] macOS 11
|
||||||
- [ ] Windows Server 2016 R2
|
- [ ] Windows Server 2016 R2
|
||||||
- [ ] Windows Server 2019
|
- [ ] Windows Server 2019
|
||||||
|
|
||||||
|
|||||||
2
.github/ISSUE_TEMPLATE/bug-report.md
vendored
2
.github/ISSUE_TEMPLATE/bug-report.md
vendored
@@ -21,7 +21,7 @@ A clear and concise description of what the bug is, and why you consider it to b
|
|||||||
- [ ] Ubuntu 18.04
|
- [ ] Ubuntu 18.04
|
||||||
- [ ] Ubuntu 20.04
|
- [ ] Ubuntu 20.04
|
||||||
- [ ] macOS 10.15
|
- [ ] macOS 10.15
|
||||||
- [ ] macOS 11.0
|
- [ ] macOS 11
|
||||||
- [ ] Windows Server 2016 R2
|
- [ ] Windows Server 2016 R2
|
||||||
- [ ] Windows Server 2019
|
- [ ] Windows Server 2019
|
||||||
|
|
||||||
|
|||||||
2
.github/ISSUE_TEMPLATE/tool-request.md
vendored
2
.github/ISSUE_TEMPLATE/tool-request.md
vendored
@@ -29,7 +29,7 @@ assignees: ''
|
|||||||
- [ ] Ubuntu 18.04
|
- [ ] Ubuntu 18.04
|
||||||
- [ ] Ubuntu 20.04
|
- [ ] Ubuntu 20.04
|
||||||
- [ ] macOS 10.15
|
- [ ] macOS 10.15
|
||||||
- [ ] macOS 11.0
|
- [ ] macOS 11
|
||||||
- [ ] Windows Server 2016 R2
|
- [ ] Windows Server 2016 R2
|
||||||
- [ ] Windows Server 2019
|
- [ ] Windows Server 2019
|
||||||
|
|
||||||
|
|||||||
@@ -1,23 +1,23 @@
|
|||||||
name: macOS-11.0_$(date:yyyyMMdd)$(rev:.r)_unstable
|
name: macOS-11_$(date:yyyyMMdd)$(rev:.r)_unstable
|
||||||
schedules:
|
schedules:
|
||||||
- cron: "0 0 * * *"
|
- cron: "0 0 * * *"
|
||||||
displayName: Daily
|
displayName: Daily
|
||||||
branches:
|
branches:
|
||||||
include:
|
include:
|
||||||
- main
|
- main
|
||||||
always: true
|
always: true
|
||||||
|
|
||||||
trigger: none
|
trigger: none
|
||||||
pr:
|
pr:
|
||||||
autoCancel: true
|
autoCancel: true
|
||||||
branches:
|
branches:
|
||||||
include:
|
include:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- template: image-generation.yml
|
- template: image-generation.yml
|
||||||
parameters:
|
parameters:
|
||||||
image_label: 'macOS Big Sur'
|
image_label: 'macOS Big Sur'
|
||||||
base_image_name: 'clean-macOS-11.0-380Gb-runner'
|
base_image_name: 'clean-macOS-11-380Gb-runner'
|
||||||
template_path: 'templates/macOS-11.0.json'
|
template_path: 'templates/macOS-11.json'
|
||||||
target_datastore: 'ds-image'
|
target_datastore: 'ds-image'
|
||||||
@@ -299,4 +299,3 @@
|
|||||||
| ANDROID_SDK_ROOT | /Users/runner/Library/Android/sdk |
|
| ANDROID_SDK_ROOT | /Users/runner/Library/Android/sdk |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -88,7 +88,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "file",
|
"type": "file",
|
||||||
"source": "./toolsets/toolset-11.0.json",
|
"source": "./toolsets/toolset-11.json",
|
||||||
"destination": "~/image-generation/toolset.json"
|
"destination": "~/image-generation/toolset.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -216,4 +216,4 @@
|
|||||||
"5.0"
|
"5.0"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user