From c3da3cab9a3d009e734570f8679b05dbd2edb2b1 Mon Sep 17 00:00:00 2001 From: Nick Entin Date: Mon, 22 Apr 2024 19:05:09 -0700 Subject: [PATCH] Don't specify platforms for pod lint --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56f5aec..c8522f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: - name: Bundle Install run: bundle install - name: Lint Podspec - run: bundle exec pod lib lint --verbose --fail-fast --platforms=ios,visionos + run: bundle exec pod lib lint --verbose --fail-fast spm: name: SPM Build runs-on: macOS-12