Skip to content

Commit

Permalink
Fix job name
Browse files Browse the repository at this point in the history
  • Loading branch information
mtanneau authored Dec 27, 2024
1 parent 47bdbb0 commit b0a2af9
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 @@ -8,7 +8,7 @@ on:
types: [opened, synchronize, reopened]
jobs:
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
name: Julia ${{ matrix.julia-version }} - ${{ matrix.os }} - ${{ matrix.julia-arch }} - ${{ github.event_name }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit b0a2af9

Please sign in to comment.