mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-22 19:10:15 +10:00
CI: Add Sonoma validation to PSP bins
This commit is contained in:
@@ -13,6 +13,7 @@
|
|||||||
- Add RenderBox.framework patch for 3802-based Intel GPUs on macOS 13.3 and newer
|
- Add RenderBox.framework patch for 3802-based Intel GPUs on macOS 13.3 and newer
|
||||||
- Works around Weather and Widget freezing
|
- Works around Weather and Widget freezing
|
||||||
- Applicable for Intel Ivy Bridge and Haswell iGPUs
|
- Applicable for Intel Ivy Bridge and Haswell iGPUs
|
||||||
|
- Add macOS Sonoma support to PatcherSupportPkg validation in CI
|
||||||
- Implement basic support for macOS Sonoma:
|
- Implement basic support for macOS Sonoma:
|
||||||
- Supports same range of hardware as Ventura, in addition to:
|
- Supports same range of hardware as Ventura, in addition to:
|
||||||
- iMac18,x
|
- iMac18,x
|
||||||
|
|||||||
@@ -162,7 +162,7 @@ class PatcherValidation:
|
|||||||
logging.info("Mounted Universal-Binaries.dmg")
|
logging.info("Mounted Universal-Binaries.dmg")
|
||||||
|
|
||||||
|
|
||||||
for supported_os in [os_data.os_data.big_sur, os_data.os_data.monterey, os_data.os_data.ventura]:
|
for supported_os in [os_data.os_data.big_sur, os_data.os_data.monterey, os_data.os_data.ventura, os_data.os_data.sonoma]:
|
||||||
for i in range(0, 10):
|
for i in range(0, 10):
|
||||||
self._validate_root_patch_files(supported_os, i)
|
self._validate_root_patch_files(supported_os, i)
|
||||||
logging.info("Validating SNB Board ID patcher")
|
logging.info("Validating SNB Board ID patcher")
|
||||||
|
|||||||
Reference in New Issue
Block a user