Skip to content

Commit cd4bbcf

Browse files
authored
Fix Main CI (#226)
1 parent 2e99d97 commit cd4bbcf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main_ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ jobs:
3030
- uses: actions/setup-dotnet@v4
3131
with:
3232
dotnet-version: |
33-
8.0.x
34-
9.0.x
33+
10.0.x
3534
- name: Build
3635
# See pr_ci.yml for the reason why we disable NuGet audit warnings.
3736
run: |

0 commit comments

Comments
 (0)