Skip to content

Commit

Permalink
Use Xcode 14 for pod lint
Browse files Browse the repository at this point in the history
  • Loading branch information
NickEntin committed Apr 17, 2024
1 parent 16dcf31 commit d49026c
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 @@ -41,6 +41,8 @@ jobs:
run: xcrun simctl list
- name: Checkout Repo
uses: actions/checkout@v4
- name: Select Xcode Version
run: sudo xcode-select --switch /Applications/Xcode_14.3.1.app/Contents/Developer
- name: Bundle Install
run: bundle install
- name: Lint Podspec
Expand Down

0 comments on commit d49026c

Please sign in to comment.