Skip to content

Commit

Permalink
ci: 修改cidotnet版本
Browse files Browse the repository at this point in the history
  • Loading branch information
WangJunZzz committed Dec 20, 2023
1 parent a157097 commit 4059aca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Dotnet 7.0.304
- name: Install Dotnet 8.0.0
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.0
include-prerelease: True

- name: Setting Version
Expand Down

0 comments on commit 4059aca

Please sign in to comment.