Skip to content

Commit

Permalink
Specify swift version for pod lint
Browse files Browse the repository at this point in the history
  • Loading branch information
NickEntin committed Apr 24, 2024
1 parent 65584a7 commit 972f16a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- 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
run: bundle exec pod lib lint --verbose --fail-fast --swift-version=5.9
spm:
name: SPM Build
runs-on: macOS-12
Expand Down

0 comments on commit 972f16a

Please sign in to comment.