Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
imberezin authored May 8, 2024
1 parent b397e3e commit a877ef1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
SPM:
name: "Build SPM"
environment: Tag
runs-on: macos-latest
runs-on: macos-13

strategy:
fail-fast: false
Expand All @@ -17,25 +17,25 @@ 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

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

outputs:
output1: ${{ steps.tagging.outputs.tag }}

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

- name: Switching Podspec to release mode
run: |
Expand All @@ -48,12 +48,12 @@ jobs:
PODS_PUSH:
name: "CocoaPods push"
runs-on: macos-latest
runs-on: macos-13
environment: CocoaPods
needs: TAGGING

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: git pull

- name: Updating Cocoapods
Expand Down

0 comments on commit a877ef1

Please sign in to comment.