From 875543b761fc2bf80c6e0a6ee7fc28a0899513ff Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Tue, 2 Jul 2024 08:47:46 +0000 Subject: [PATCH] Temporary disable building on MacOS with --disable-aqua: This is not a Tk problem, but a known [https://github.com/XQuartz/XQuartz/issues/216|XQuartz] problem. --- .github/workflows/mac-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml index 23c223876..c93dd8f5e 100644 --- a/.github/workflows/mac-build.yml +++ b/.github/workflows/mac-build.yml @@ -65,7 +65,7 @@ jobs: - 'mem' options: - '--enable-aqua' - - '--disable-aqua' +# - '--disable-aqua' defaults: run: shell: bash