summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-07-02 08:49:17 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-07-02 08:49:17 (GMT)
commit608cd4ab0b34ab5a5af62861bef6bda6e5ebd2a2 (patch)
tree1ee3babdf0643a9d060ade1916bd17ef7c8ef49f /.github
parent0701f0c62829b1f7ed55046912f630acc1a8c436 (diff)
parent875543b761fc2bf80c6e0a6ee7fc28a0899513ff (diff)
downloadtk-608cd4ab0b34ab5a5af62861bef6bda6e5ebd2a2.zip
tk-608cd4ab0b34ab5a5af62861bef6bda6e5ebd2a2.tar.gz
tk-608cd4ab0b34ab5a5af62861bef6bda6e5ebd2a2.tar.bz2
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.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/mac-build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml
index 782d74d..b945ab7 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