mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Update macOS version to 15.7 (#33021)
This commit is contained in:
parent
24f28a79a4
commit
afad0339cf
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
- name: macOS - Operating system up to date
|
||||
query: SELECT 1 FROM os_version WHERE version >= '15.6.1';
|
||||
query: SELECT 1 FROM os_version WHERE version >= '15.7';
|
||||
critical: true
|
||||
description: Using an outdated macOS version risks exposure to security vulnerabilities and potential system instability.
|
||||
resolution: Please find time to run Software Update. > System Settings > Software Update
|
||||
|
|
|
|||
Loading…
Reference in a new issue