ci: fix publish for macOS < 26.0 (#48575)

This commit is contained in:
Shelley Vohr
2025-10-17 01:53:13 +02:00
committed by GitHub
parent 7580e3a5e2
commit 7e031f7e33

View File

@@ -19,6 +19,10 @@ proprietary_codecs = true
enable_printing = true
# Refs https://chromium-review.googlesource.com/c/chromium/src/+/6986517
# CI is using MacOS 15.5 which doesn't have the required modulemaps.
use_clang_modules = false
# Removes DLLs from the build, which are only meant to be used for Chromium development.
# See https://github.com/electron/electron/pull/17985
angle_enable_vulkan_validation_layers = false