Update macOS version to 26.0 (includes stable fallback: 15.7) (#33036)

This commit is contained in:
Allen Houchins 2025-09-16 09:12:37 -05:00 committed by GitHub
parent 2e3aa58c42
commit 9aacf0ac70
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
- name: macOS - Operating system up to date
query: SELECT 1 FROM os_version WHERE version >= '15.7';
query: SELECT 1 FROM os_version WHERE version >= '26.0' OR 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