Skip to content

Commit

Permalink
fix: target framework needs to be in a list for the matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
malandis committed Mar 6, 2024
1 parent 281cdaa commit 21c6394
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
target-framework: net6.0
target-framework: [net6.0]
grpc-web: [false, true]
include:
- os: windows-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-push-to-main-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
target-framework: net6.0
target-framework: [net6.0]
grpc-web: [false, true]
include:
- os: windows-latest
Expand Down

0 comments on commit 21c6394

Please sign in to comment.