Skip to content

Commit

Permalink
platform
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshihorie committed Feb 22, 2024
1 parent ca4ad5f commit 7ae3b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
run: xcodebuild -list

- name: Execute Test
run: xcodebuild test -scheme LiveKit -destination 'platform=macOS,arch=arm64'
run: xcodebuild test -scheme LiveKit -destination 'platform=${{ matrix.platform }}'

# xcodebuild test -scheme LiveKit -sdk iphonesimulator17.2 -destination "OS=17.4,name=iPhone 13 Mini"

0 comments on commit 7ae3b82

Please sign in to comment.