mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 22:26:56 +00:00
23 lines
416 B
YAML
23 lines
416 B
YAML
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-11.0'
|
|
base_image_name: 'clean-macOS-11.0-380Gb-runner'
|
|
template_path: 'templates/macOS-11.0.json'
|
|
target_datastore: 'ds-image'
|