Skip to content

Commit

Permalink
update ci build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Confusingboat committed Dec 5, 2024
1 parent 97a9b91 commit 830c9a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8
dotnet-version: 9
dotnet-quality: ga

- name: Restore dependencies
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8
dotnet-version: 9
dotnet-quality: ga

- name: Restore dependencies
Expand Down

0 comments on commit 830c9a4

Please sign in to comment.