From 7c0a4bed2e68f2c2717ef8f7974f0168ae67cfb0 Mon Sep 17 00:00:00 2001 From: Nikolay Volosatov Date: Mon, 7 Oct 2024 18:12:54 +0100 Subject: [PATCH] [tmp] disable other platforms --- .github/workflows/build-sample.yml | 8 ++++---- .github/workflows/cocoapods-lint.yml | 28 ++++++++++++++-------------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/build-sample.yml b/.github/workflows/build-sample.yml index 4537214db..6a829d137 100644 --- a/.github/workflows/build-sample.yml +++ b/.github/workflows/build-sample.yml @@ -27,10 +27,10 @@ jobs: fail-fast: false matrix: include: - - platform: iOS - - platform: macOS - - platform: tvOS - - platform: watchOS + # - platform: iOS + # - platform: macOS + # - platform: tvOS + # - platform: watchOS - platform: visionOS steps: - name: Checkout Code diff --git a/.github/workflows/cocoapods-lint.yml b/.github/workflows/cocoapods-lint.yml index 142d19e81..eaea3e861 100644 --- a/.github/workflows/cocoapods-lint.yml +++ b/.github/workflows/cocoapods-lint.yml @@ -26,20 +26,20 @@ jobs: fail-fast: false matrix: include: - - platform: iOS - config: "" - - platform: iOS - config: "--use-libraries" - - platform: iOS - config: "--use-libraries --use-modular-headers" - - platform: iOS - config: "--use-static-frameworks" - - platform: macOS - config: "" - - platform: tvOS - config: "" - - platform: watchOS - config: "" + # - platform: iOS + # config: "" + # - platform: iOS + # config: "--use-libraries" + # - platform: iOS + # config: "--use-libraries --use-modular-headers" + # - platform: iOS + # config: "--use-static-frameworks" + # - platform: macOS + # config: "" + # - platform: tvOS + # config: "" + # - platform: watchOS + # config: "" - platform: visionOS config: "" steps: