Skip to content

Commit

Permalink
chore: decorate dotnet version in ci name
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddesmet committed May 16, 2024
1 parent e9c2d26 commit 39dc434
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 @@ -44,7 +44,7 @@ env:

jobs:
build:
name: Build on ${{matrix.os}}
name: Build on ${{matrix.os}} with .NET ${{ matrix.dotnet }}
runs-on: ${{matrix.os}}
strategy:
matrix:
Expand Down

0 comments on commit 39dc434

Please sign in to comment.