Skip to content

Commit 00fb3ae

Browse files
committed
need to fix the gh action for dotnet 9 too
1 parent e29f3d1 commit 00fb3ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup .NET
2828
uses: actions/setup-dotnet@v4
2929
with:
30-
dotnet-version: 8.0.x
30+
dotnet-version: 9.0.x
3131
- name: Install workload ios
3232
run: dotnet workload install ios
3333
- name: Install workload maccatalyst

0 commit comments

Comments
 (0)