Skip to content

Commit

Permalink
Use Xcode 13 for linting and generating docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
DenTelezhkin committed Oct 14, 2021
1 parent 80d8c85 commit e2c42ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
- workflow_dispatch

env:
DEVELOPER_DIR: /Applications/Xcode_12.5.1.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_13.0.app/Contents/Developer

jobs:
main:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pod-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- 'Source/**/*.*'

env:
DEVELOPER_DIR: /Applications/Xcode_12.5.1.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_13.0.app/Contents/Developer

jobs:
main:
Expand Down

0 comments on commit e2c42ce

Please sign in to comment.