Skip to content

Commit

Permalink
Update CI-machine dotnet version
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorium committed Sep 27, 2024
1 parent a5939d4 commit 61f2eca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest]
dotnet: [5.0.400]
dotnet: [8.0.400]
runs-on: ${{ matrix.os }}

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest]
dotnet: [5.0.400]
dotnet: [8.0.400]
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 61f2eca

Please sign in to comment.