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