Skip to content

Commit

Permalink
add matrix.os to the name
Browse files Browse the repository at this point in the history
  • Loading branch information
gugod committed Oct 8, 2024
1 parent 6e5cc69 commit 079c897
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 @@ -24,7 +24,7 @@ jobs:
matrix:
os: ["ubuntu-latest", "macos-latest", "macos-13"]
version: ["5.40","5.38", "5.18"]
name: cpanm-dist-perl-${{ matrix.version }}
name: cpanm-dist-perl-${{ matrix.version }}-${{ matrix.os }}
runs-on: ubuntu-latest
steps:
- uses: shogo82148/[email protected]
Expand Down

0 comments on commit 079c897

Please sign in to comment.