From f064c02b0443dd40557dd9a8cee1aa1bc5952971 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Wed, 13 Apr 2022 22:45:08 +0200 Subject: [PATCH] Disable macOS in private beta for now --- .github/workflows/private_beta.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/private_beta.yml b/.github/workflows/private_beta.yml index 97645858..875e6210 100644 --- a/.github/workflows/private_beta.yml +++ b/.github/workflows/private_beta.yml @@ -21,12 +21,13 @@ jobs: strategy: fail-fast: true matrix: - name: ["iOS", "macOS"] +# name: ["iOS", "macOS"] + name: ["iOS"] include: - name: "iOS" platform: "ios" - - name: "macOS" - platform: "mac" +# - name: "macOS" +# platform: "mac" env: PLATFORM: ${{ matrix.platform }} MATCH_USERNAME: ${{ secrets.MATCH_USERNAME }}