Skip to content

Commit

Permalink
Build macOS build after Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
surapunoyousei authored Feb 5, 2025
1 parent 0650236 commit 78ced13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deployments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ jobs:
#----------------------------------------- macOS -----------------------------------------#

Part1-macOS-Universal-build-with-profgen:
needs: Part3-win-x86_64-build-with-profdata-and-jarlog
uses: ./.github/workflows/macOS-Universal.yml
with:
profgen: true
Expand All @@ -150,7 +151,7 @@ jobs:
PAT: ${{ secrets.PAT }}

Part2-macOS-Universal-gen-profdata-and-jarlog:
needs: Part1-macOS-Universal-build-with-profgen
needs: [Part1-macOS-Universal-build-with-profgen]
uses: ./.github/workflows/macOS-generate-profile-data-and-jarlog.yml
secrets:
PAT: ${{ secrets.PAT }}
Expand Down

0 comments on commit 78ced13

Please sign in to comment.