Skip to content

Commit

Permalink
Fix a typo in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Oct 8, 2024
1 parent b34cbaf commit c663877
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 @@ -134,7 +134,7 @@ jobs:
architecture: arm64
node: ["20"]
runs-on: ${{ matrix.settings.host }}
name: Test node@${{ matrix.node }} - ${{ matrix.settings.archicture }}
name: Test node@${{ matrix.node }} - ${{ matrix.settings.target }}
needs:
- build
steps:
Expand Down

0 comments on commit c663877

Please sign in to comment.