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 }}