mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2026-01-04 00:44:52 +08:00
24 lines
474 B
YAML
24 lines
474 B
YAML
name: macOS-10.14_$(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 Mojave'
|
|
base_image_name: 'clean-macOS-10.14-380Gb_runner'
|
|
template_path: 'templates/macOS-10.14.json'
|
|
target_datastore: 'ds-image'
|