Skip to content

Commit 7def5bd

Browse files
committed
Revert "fix builder to install dotnet 8 instead of 9"
This reverts commit 881b0c4.
1 parent 1ef4de1 commit 7def5bd

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
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup .NET
2525
uses: actions/setup-dotnet@v4
2626
with:
27-
dotnet-version: 8.0.x
27+
dotnet-version: 9.0.x
2828
- name: Install workload ios
2929
run: dotnet workload install ios
3030
- name: Install workload maccatalyst

0 commit comments

Comments
 (0)