Skip to content

Commit 2772845

Browse files
fix: 将工作流中的 .NET SDK 从 8.0.x 改为 9.x
1 parent 92a6b03 commit 2772845

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
- name: 检出代码
2020
uses: actions/checkout@v4
2121

22-
- name: 设置 .NET 8.0.x
22+
- name: 设置 .NET 9.x
2323
uses: actions/setup-dotnet@v4
2424
with:
25-
dotnet-version: '8.0.x'
25+
dotnet-version: '9.x'
2626

2727
- name: 设置 Python 3.x
2828
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)