diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8522f9..b6789c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,6 +43,8 @@ jobs: uses: actions/checkout@v4 - name: Bundle Install run: bundle install + - name: Select Xcode Version + run: sudo xcode-select --switch /Applications/Xcode_15.3.app/Contents/Developer - name: Lint Podspec run: bundle exec pod lib lint --verbose --fail-fast spm: