diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index a7d269bc..07c6f512 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -45,7 +45,7 @@ jobs: runs-on: [macos-latest] strategy: matrix: - platform: [ios, tvos] + platform: [ios] steps: - name: Checkout code uses: actions/checkout@v4