Skip to content

Commit

Permalink
dont need this
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdruppe committed Sep 22, 2024
1 parent 4419613 commit c99fbf0
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,19 +204,6 @@ jobs:
cross_target_triple: ${{ env.CROSS_TRIPLE }}


merge-macos:
name: macOS universal
runs-on: macos-latest
timeout-minutes: 30
needs:
- build-native
- build-cross
steps:
- uses: actions/checkout@v4
- name: Merge x86_64 & arm64 packages to universal one
uses: ./.github/actions/merge-macos


upload-to-github:
name: Upload to GitHub
if: startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/master'
Expand All @@ -225,7 +212,6 @@ jobs:
needs:
- build-native
- build-cross
- merge-macos
permissions:
contents: write
steps:
Expand Down

0 comments on commit c99fbf0

Please sign in to comment.