diff --git a/.github/workflows/pr_ios.yml b/.github/workflows/pr_ios.yml index 70d8927a1..92349af9c 100644 --- a/.github/workflows/pr_ios.yml +++ b/.github/workflows/pr_ios.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: xcode_version: [ '15.4.0' ] - platform: [iOS, tvOS] + platform: [iOS] runs-on: macos-latest name: Build for ${{ matrix.platform }} using XCode version ${{ matrix.xcode_version }} steps: