Skip to content

Commit

Permalink
ci: Fix Validate podspec (#2253)
Browse files Browse the repository at this point in the history
Since October 3rd the default Xcode version is 14.0.1,
which breaks pod lib lint. Ideally, we fix the underlying issue
but for now, let's keep using Xcode 13.4.1 for pod lib lint.
  • Loading branch information
philipphofmann authored Oct 4, 2022
1 parent ee127f4 commit c61d869
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- run: ./scripts/ci-select-xcode.sh
- name: Validate Podspec
run: pod lib lint --verbose
shell: sh
Expand Down

0 comments on commit c61d869

Please sign in to comment.