Skip to content

Commit

Permalink
Fix build matrix name
Browse files Browse the repository at this point in the history
  • Loading branch information
rgwood committed Oct 5, 2021
1 parent fdc2fda commit f15da89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ env:
DOTNET_VERSION: '6.0.x' # The .NET SDK version to use

jobs:
build-and-test:
build:

name: build-and-test-${{matrix.os}}
name: build-${{matrix.os}}
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit f15da89

Please sign in to comment.