From d21e9697d0aec8923db8f61df17f4c60efddf9ea Mon Sep 17 00:00:00 2001 From: John Maguire Date: Mon, 10 Jul 2023 23:09:50 +0100 Subject: [PATCH] Disable mac builds temporarily --- .github/workflows/all.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index fcacca7cc..84927152f 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -106,7 +106,7 @@ jobs: - build_focal_64 - build_jammy_64 - build_kinetic_64 - - build_mac + # - build_mac - build_mingw - build_source steps: @@ -978,6 +978,7 @@ jobs: path: bin/clementine_*.deb build_mac: + if: false name: Build Mac DMG runs-on: macos-10.15 steps: