From 984932e486510ddf078cc3dc054c479a0da41946 Mon Sep 17 00:00:00 2001 From: Matt <85322+mattmassicotte@users.noreply.github.com> Date: Wed, 28 Aug 2024 06:49:04 -0400 Subject: [PATCH] Restricting tests to just macOS --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb06a59..3f70ac1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,11 +23,6 @@ jobs: matrix: destination: - "platform=macOS" - - "platform=macOS,variant=Mac Catalyst" - - "platform=iOS Simulator,name=iPhone 15" - - "platform=tvOS Simulator,name=Apple TV" - - "platform=watchOS Simulator,name=Apple Watch Series 6 (40mm)" - - "platform=visionOS Simulator,name=Apple Vision Pro" steps: - name: Checkout uses: actions/checkout@v4