diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index cc3107bbee9..2397b2d7b87 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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