Skip to content

Commit

Permalink
Update pr.yml
Browse files Browse the repository at this point in the history
use macos-13
  • Loading branch information
imberezin authored May 2, 2024
1 parent d87bed4 commit 047c664
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,11 @@ jobs:
build:
name: "CocoaPods linting"
environment: PR
runs-on: macos-latest
runs-on: macos-13

steps:
- uses: actions/checkout@v3

- name: Show current version of Xcode
run: xcodebuild -version

- name: Updating CocoaPods repo
run: pod repo update

Expand All @@ -39,7 +36,7 @@ jobs:
SPM:
name: "Build SPM"
environment: PR
runs-on: macos-latest
runs-on: macos-13

strategy:
fail-fast: false
Expand All @@ -52,10 +49,7 @@ jobs:
name: "tvOS"
scheme: "KalturaNetKit"
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3

- name: Show current version of Xcode
run: xcodebuild -version

- name: ${{ matrix.name }}
run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild docbuild -scheme "${{ matrix.scheme }}" -destination "${{ matrix.destination }}" clean build | xcpretty

0 comments on commit 047c664

Please sign in to comment.