Skip to content

Commit c5eecb5

Browse files
committed
Remove carthage checks as dependency for release checks.
1 parent 4bb00b6 commit c5eecb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/master.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
if: ${{ github.event_name == 'push' && github.ref_type == 'tag' }}
6565
name: GitHub Release
6666
runs-on: macos-15
67-
needs: [swiftpm-macos, cocoapods, carthage]
67+
needs: [swiftpm-macos, cocoapods]
6868
steps:
6969
- name: git checkout
7070
uses: actions/checkout@v4
@@ -75,7 +75,7 @@ jobs:
7575
if: ${{ github.event_name == 'push' && github.ref_type == 'tag' }}
7676
name: CocoaPods Release
7777
runs-on: macos-15
78-
needs: [swiftpm-macos, cocoapods, carthage]
78+
needs: [swiftpm-macos, cocoapods]
7979
steps:
8080
- name: git checkout
8181
uses: actions/checkout@v4

0 commit comments

Comments
 (0)