Disable macOS in private beta for now
This commit is contained in:
parent
dfebb60796
commit
f064c02b04
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue