Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jackalcooper committed Jul 2, 2024
1 parent d5043a1 commit 89a3292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
strategy:
fail-fast: false
max-parallel: 12
matrix: ${{ needs.list.outputs.matrix }}
matrix: ${{ fromJson(needs.list.outputs.matrix) }}
steps:
- name: Checkout
id: checkout
Expand Down

0 comments on commit 89a3292

Please sign in to comment.