mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Update workflow to set macos_updates and disk encryption for canary (#11168)
This commit is contained in:
parent
94288f32f3
commit
30bc419491
1 changed files with 4 additions and 0 deletions
|
|
@ -61,7 +61,11 @@ jobs:
|
|||
team:
|
||||
name: 💻🐣 Workstations (canary)
|
||||
mdm:
|
||||
macos_updates:
|
||||
minimum_version: "13.3.1"
|
||||
deadline: "2023-04-07"
|
||||
macos_settings:
|
||||
enable_disk_encryption: true
|
||||
custom_settings:
|
||||
$profiles
|
||||
" > team-workstations-config.yml
|
||||
|
|
|
|||
Loading…
Reference in a new issue