mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 22:26:56 +00:00
24 lines
472 B
YAML
24 lines
472 B
YAML
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'
|