Updated the macOS CI workflow so the x86_64 Meson configure step explicitly passes -Ddarwin-arch-sanity-check=false, preventing the architecture sanity guard from aborting that leg when dependencies are discovered via /opt/homebrew in GitHub-hosted macOS runners.

This commit is contained in:
2026-02-19 12:07:53 -07:00
parent 8d51b02ca0
commit 5ce88345ee

View File

@@ -55,6 +55,7 @@ jobs:
-Dgtk3=true \
-Dtext-frontend=true \
-Dlibcanberra=disabled \
-Ddarwin-arch-sanity-check=false \
-Dwith-perl=perl \
-Dwith-python=python3 \
-Dauto_features=enabled