Skip to content
Prev Previous commit
Next Next commit
fix: SwiftPM plugins
Resolve spm before running danger lint
  • Loading branch information
martinpucik committed Jul 30, 2022
commit 0e93c0ce5d0a3c0ba5276fd15175d20fb2d771a3
6 changes: 4 additions & 2 deletions .github/workflows/danger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ on:

jobs:
danger:
name: Run Danger
runs-on: macos-latest
name: Run Danger
runs-on: macos-12
env:
DEVELOPER_DIR: /Applications/Xcode_13.4.1.app/Contents/Developer
steps:
- name: Checkout the Git repository
uses: actions/checkout@v2
Expand Down