Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VisualBean authored Jun 21, 2021
1 parent 86008c3 commit c45b907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
dotnet: [ '2.1.x', '3.1.x', '5.0.x' ]
name: Dotnet ${{ matrix.dotnet }}
name: ${{ matrix.os }} - Dotnet ${{ matrix.dotnet }}
steps:
- uses: actions/checkout@v2
- name: Setup .NET
Expand Down

0 comments on commit c45b907

Please sign in to comment.