Skip to content

Commit

Permalink
Rename 'macOS-11.0' to 'macOS-11' everywhere (actions#3417)
Browse files Browse the repository at this point in the history
* rename 'macos11.0' to 'macos-11'

* fix nitpicks

* resolve conflicts
  • Loading branch information
maxim-lobanov authored May 19, 2021
1 parent 729b562 commit c60f540
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/announcement.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ assignees: ''
- [ ] macOS 10.13
- [ ] macOS 10.14
- [ ] macOS 10.15
- [ ] macOS 11.0
- [ ] macOS 11
- [ ] Windows Server 2016 R2
- [ ] Windows Server 2019

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 20.04
- [ ] macOS 10.15
- [ ] macOS 11.0
- [ ] macOS 11
- [ ] Windows Server 2016 R2
- [ ] Windows Server 2019

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/tool-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ assignees: ''
- [ ] Ubuntu 18.04
- [ ] Ubuntu 20.04
- [ ] macOS 10.15
- [ ] macOS 11.0
- [ ] macOS 11
- [ ] Windows Server 2016 R2
- [ ] Windows Server 2019

Expand Down
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
name: macOS-11.0_$(date:yyyyMMdd)$(rev:.r)_unstable
schedules:
- cron: "0 0 * * *"
displayName: Daily
branches:
include:
- main
always: true

trigger: none
pr:
autoCancel: true
branches:
include:
- main

jobs:
- template: image-generation.yml
parameters:
image_label: 'macOS Big Sur'
base_image_name: 'clean-macOS-11.0-380Gb-runner'
template_path: 'templates/macOS-11.0.json'
target_datastore: 'ds-image'
name: macOS-11_$(date:yyyyMMdd)$(rev:.r)_unstable
schedules:
- cron: "0 0 * * *"
displayName: Daily
branches:
include:
- main
always: true

trigger: none
pr:
autoCancel: true
branches:
include:
- main

jobs:
- template: image-generation.yml
parameters:
image_label: 'macOS Big Sur'
base_image_name: 'clean-macOS-11-380Gb-runner'
template_path: 'templates/macOS-11.json'
target_datastore: 'ds-image'
Original file line number Diff line number Diff line change
Expand Up @@ -299,4 +299,3 @@
| ANDROID_SDK_ROOT | /Users/runner/Library/Android/sdk |



Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
},
{
"type": "file",
"source": "./toolsets/toolset-11.0.json",
"source": "./toolsets/toolset-11.json",
"destination": "~/image-generation/toolset.json"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -216,4 +216,4 @@
"5.0"
]
}
}
}

0 comments on commit c60f540

Please sign in to comment.