From c5eecb5374ac342e22d46abd333e4c8c698c93cc Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 11 Nov 2024 17:02:43 +0000 Subject: [PATCH] Remove carthage checks as dependency for release checks. --- .github/workflows/master.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 4d465513e..adb31cba8 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -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 @@ -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