Skip to content

Commit

Permalink
fix: matrix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
xilosada committed Jun 17, 2024
1 parent 746d442 commit ce355e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/calimero_node_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
needs: [build, create_release]
strategy:
matrix:
target: [x86_64-apple-darwin, aarch64-apple-darwin]
target: [x86_64-unknown-linux-gnu, aarch64-unknown-linux-gnu]
if: ${{ github.ref == 'refs/heads/desktop-build' || (github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'desktop-build') }}
steps:
- name: Checkout code
Expand Down

0 comments on commit ce355e5

Please sign in to comment.