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