From ad3a43403eb39e283923263abdf0ea5ceaefb86c Mon Sep 17 00:00:00 2001 From: Israel Berezin Date: Wed, 8 May 2024 14:20:16 +0300 Subject: [PATCH] Update pr.yml --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 34ac75aa..98793091 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -50,7 +50,7 @@ jobs: scheme: "PlayKit-Package" steps: - name: Force Xcode 11 - run: sudo xcode-select -switch /Applications/Xcode_12.2.app + run: sudo xcode-select -switch /Applications/Xcode_15.2.app - uses: actions/checkout@v4 - name: ${{ matrix.name }} run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild -scheme "${{ matrix.scheme }}" -destination "${{ matrix.destination }}" clean test | xcpretty