From 5ce88345ee428ac0b517ef65c33eb49c2ff1eda2 Mon Sep 17 00:00:00 2001 From: deepend Date: Thu, 19 Feb 2026 12:07:53 -0700 Subject: [PATCH] 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. --- .github/workflows/macos-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/macos-build.yml b/.github/workflows/macos-build.yml index f8612418..9704d0d0 100644 --- a/.github/workflows/macos-build.yml +++ b/.github/workflows/macos-build.yml @@ -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