Skip to content

Commit

Permalink
remove xcversion step
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshihorie committed Feb 23, 2024
1 parent 33497d5 commit b6b5be3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
run: xcodebuild -downloadPlatform iOS

# xcode-installを用いて指定のiOSをインストール
- name: Install iOS 13
run: xcversion simulators --install='iOS 13.0'
# - name: Install iOS 13
# run: xcversion simulators --install='iOS 13.0'

- name: Show Destinations
run: xcodebuild -scheme LiveKit -showdestinations
Expand Down

0 comments on commit b6b5be3

Please sign in to comment.