mirror of
https://github.com/actions/runner-images.git
synced 2025-12-11 11:37:00 +00:00
24 lines
528 B
YAML
24 lines
528 B
YAML
name: macOS-11_$(date:yyyyMMdd)$(rev:.r)_unstable
|
|
schedules:
|
|
- cron: '45 0 * * 1'
|
|
displayName: Weekly
|
|
branches:
|
|
include:
|
|
- main
|
|
always: true
|
|
|
|
trigger: none
|
|
|
|
variables:
|
|
- group: Mac-Cloud Image Generation
|
|
|
|
jobs:
|
|
- template: image-generation.yml
|
|
parameters:
|
|
image_label: 'macOS Big Sur'
|
|
base_image_name: 'clean-macOS-11-380Gb-runner'
|
|
template_path: 'templates/macOS-11.pkr.hcl'
|
|
target_datastore: 'ds-image'
|
|
variable_group_name: 'Mac-Cloud Secondary Image Generation'
|
|
primary_agent: 'false'
|