From ec1b167e4197c0039b02bb9f44cc2336206d9684 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Tue, 17 May 2022 19:36:23 +0200 Subject: [PATCH] Restore Mac in private beta --- .github/workflows/private_beta.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/private_beta.yml b/.github/workflows/private_beta.yml index 753a7c5e..26d070dc 100644 --- a/.github/workflows/private_beta.yml +++ b/.github/workflows/private_beta.yml @@ -22,13 +22,12 @@ jobs: strategy: fail-fast: true matrix: -# name: ["iOS", "macOS"] - name: ["iOS"] + name: ["iOS", "macOS"] include: - name: "iOS" platform: "ios" -# - name: "macOS" -# platform: "mac" + - name: "macOS" + platform: "mac" env: PLATFORM: ${{ matrix.platform }} MATCH_USERNAME: ${{ secrets.MATCH_USERNAME }}