forked from actions/runner-images
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename 'macOS-11.0' to 'macOS-11' everywhere (actions#3417)
* rename 'macos11.0' to 'macos-11' * fix nitpicks * resolve conflicts
- Loading branch information
1 parent
729b562
commit c60f540
Showing
7 changed files
with
28 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
46 changes: 23 additions & 23 deletions
46
images.CI/macos/azure-pipelines/macos110.yml → images.CI/macos/azure-pipelines/macos11.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -299,4 +299,3 @@ | |
| ANDROID_SDK_ROOT | /Users/runner/Library/Android/sdk | | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -216,4 +216,4 @@ | |
"5.0" | ||
] | ||
} | ||
} | ||
} |