From bf8045bef74520b4ba1fd5bf07c921d4d0ae0b8e Mon Sep 17 00:00:00 2001 From: Zhihui Xia Date: Mon, 26 Feb 2024 15:57:01 -0800 Subject: [PATCH] test exclude --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf8730c72..dc279c8c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,13 +101,13 @@ jobs: - destination: 'platform=iOS Simulator,OS=17.2,name=iPhone 15' xcode: Xcode_14.1 - destination: 'platform=tvOS Simulator,OS=17.2,name=Apple TV 4K (3rd generation) (at 1080p)' - target: [ios, watchos] + target: ios - destination: 'platform=tvOS Simulator,OS=16.1,name=Apple TV 4K (3rd generation) (at 1080p)' - target: [ios, watchos] + target: ios - destination: 'platform=iOS Simulator,OS=16.1,name=iPhone 14' - target: [tvos, watchos] + target: tvos - destination: 'platform=iOS Simulator,OS=17.2,name=iPhone 15' - target: [tvos, watchos] + target: tvos steps: - name: Build ${{ env.PACKAGE_NAME }} + consumers run: |