Skip to content

Commit

Permalink
Install .NET 8.0 in CI pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
CXuesong committed Aug 11, 2024
1 parent 7388059 commit 82005b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
dotnet-version: |
6.0.x
7.0.x
8.0.x
include-prerelease: true
- name: Build
shell: pwsh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/OpenCCSharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
dotnet-version: |
6.0.x
7.0.x
8.0.x
include-prerelease: true
- name: Build
shell: pwsh
Expand Down

0 comments on commit 82005b7

Please sign in to comment.