Skip to content

Commit

Permalink
.github/workflows: use dotnet 8.0.101
Browse files Browse the repository at this point in the history
  • Loading branch information
razzmatazz committed Jan 21, 2024
1 parent 8a4b56c commit 6abc4fd
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-22.04]
dotnet: [8.0.100]
dotnet: [8.0.101]

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-22.04]
dotnet: [8.0.100]
dotnet: [8.0.101]
fail-fast: false

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 6abc4fd

Please # to comment.