Skip to content

Commit

Permalink
Remove carthage checks as dependency for release checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
mluisbrown committed Nov 11, 2024
1 parent 4bb00b6 commit c5eecb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
if: ${{ github.event_name == 'push' && github.ref_type == 'tag' }}
name: GitHub Release
runs-on: macos-15
needs: [swiftpm-macos, cocoapods, carthage]
needs: [swiftpm-macos, cocoapods]
steps:
- name: git checkout
uses: actions/checkout@v4
Expand All @@ -75,7 +75,7 @@ jobs:
if: ${{ github.event_name == 'push' && github.ref_type == 'tag' }}
name: CocoaPods Release
runs-on: macos-15
needs: [swiftpm-macos, cocoapods, carthage]
needs: [swiftpm-macos, cocoapods]
steps:
- name: git checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit c5eecb5

Please sign in to comment.