From 504333258bd9d9f55d684769d19dfc35c87cd0f9 Mon Sep 17 00:00:00 2001 From: William Van Haevre Date: Tue, 24 Dec 2024 15:49:42 +0100 Subject: [PATCH] TEMP: iOS only? --- .github/workflows/pr_ios.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: