Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
imberezin authored May 8, 2024
1 parent c742d9e commit b397e3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: macOS-13

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Updating Cocoapods
run: gem install cocoapods
Expand All @@ -44,11 +44,11 @@ jobs:
- destination: "OS=17.2,name=iPhone 15"
name: "iOS"
scheme: "PlayKit-Package"
- destination: "OS=17.2,name=Apple TV"
- destination: "OS=17.0,name=Apple TV"
name: "tvOS"
scheme: "PlayKit-Package"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: ${{ matrix.name }}
run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild docbuild -scheme "${{ matrix.scheme }}" -destination "${{ matrix.destination }}" clean test | xcpretty
run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild -scheme "${{ matrix.scheme }}" -destination "${{ matrix.destination }}" clean test | xcpretty

0 comments on commit b397e3e

Please sign in to comment.