Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
update release test destination ios version and devices
  • Loading branch information
imberezin authored May 7, 2024
1 parent bf9e875 commit 4581532
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,26 @@ jobs:
SPM:
name: "Build SPM"
environment: Tag
runs-on: macOS-12
runs-on: macos-latest

strategy:
fail-fast: false
matrix:
include:
- destination: "OS=16.2,name=iPhone 14 Pro"
- destination: "OS=17.2,name=iPhone 15"
name: "iOS"
scheme: "PlayKit-Package"
- destination: "OS=16.0,name=Apple TV"
- destination: "OS=17.2,name=Apple TV"
name: "tvOS"
scheme: "PlayKit-Package"
steps:
- uses: actions/checkout@v3
- name: ${{ matrix.name }}
run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild -scheme "${{ matrix.scheme }}" -destination "${{ matrix.destination }}" clean test | xcpretty
run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild docbuild -scheme "${{ matrix.scheme }}" -destination "${{ matrix.destination }}" clean test | xcpretty

TAGGING:
name: "Add Git Tag"
runs-on: macOS-12
runs-on: macos-latest
environment: Tag
needs: SPM

Expand All @@ -48,7 +48,7 @@ jobs:
PODS_PUSH:
name: "CocoaPods push"
runs-on: macOS-12
runs-on: macos-latest
environment: CocoaPods
needs: TAGGING

Expand Down

0 comments on commit 4581532

Please sign in to comment.