mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2026-01-02 15:27:16 +08:00
24 lines
476 B
YAML
24 lines
476 B
YAML
name: macOS-10.15_$(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 Catalina'
|
|
base_image_name: 'clean-macOS-10.15-380Gb-runner'
|
|
template_path: 'templates/macOS-10.15.json'
|
|
target_datastore: 'ds-image'
|