Skip to content

Commit

Permalink
Specify Xcode 15.3 for pod lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
NickEntin committed Apr 24, 2024
1 parent c3da3ca commit 65584a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 65584a7

Please sign in to comment.