From 7b2740b523e4c4eaca2b926652c02386b89775f7 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Tue, 5 Nov 2024 21:10:22 +0000 Subject: [PATCH] Remove visionOS build and test --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b80007d2..3a76c1fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,8 +63,8 @@ jobs: destination: platform=watchOS Simulator,name=Apple Watch Series 10 (46mm),OS=11.0 - name: tvOS destination: platform=tvOS Simulator,name=Apple TV 4K (3rd generation),OS=18.0 - - name: visionOS - destination: platform=visionOS Simulator,name=Apple Vision Pro,OS=2.0 + # - name: visionOS + # destination: platform=visionOS Simulator,name=Apple Vision Pro,OS=2.0 steps: - name: Checkout uses: actions/checkout@v4