mirror of
https://github.com/actions/runner-images.git
synced 2025-12-30 22:07:58 +08:00
29 lines
575 B
YAML
29 lines
575 B
YAML
name: macOS-12_$(date:yyyyMMdd)$(rev:.r)_unstable
|
|
schedules:
|
|
- cron: "0 0 * * *"
|
|
displayName: Daily
|
|
branches:
|
|
include:
|
|
- main
|
|
always: true
|
|
|
|
trigger: none
|
|
pr:
|
|
autoCancel: true
|
|
branches:
|
|
include:
|
|
- main
|
|
|
|
variables:
|
|
- group: Mac-Cloud Image Generation
|
|
|
|
jobs:
|
|
- template: image-generation.yml
|
|
parameters:
|
|
image_label: 'macOS Monterey'
|
|
base_image_name: 'clean-macOS-12-380Gb-runner'
|
|
template_path: 'templates/macOS-12.pkr.hcl'
|
|
target_datastore: 'ds-image'
|
|
variable_group_name: 'Mac-Cloud Image Generation'
|
|
primary_agent: 'true'
|