File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515jobs :
1616 build :
1717
18- runs-on : macos-15
18+ runs-on : macos-26
1919
2020 steps :
2121 - uses : actions/checkout@v4
2222
2323 - name : Setup .NET
2424 uses : actions/setup-dotnet@v4
2525 with :
26- dotnet-version : 9 .0.x
26+ dotnet-version : 10 .0.x
2727
2828 - name : Setup Xcode
2929 uses : maxim-lobanov/setup-xcode@v1
3030 with :
31- xcode-version : ' 16.3 '
31+ xcode-version : ' 26.1 '
3232
3333 - name : Workload install
3434 run : dotnet workload install maui
Original file line number Diff line number Diff line change 3030 - name : Setup .NET
3131 uses : actions/setup-dotnet@v4
3232 with :
33- dotnet-version : 9 .0.x
33+ dotnet-version : 10 .0.x
3434
3535 - name : Get Nuget version and Name for PR
3636 if : ${{ github.event_name == 'pull_request' }}
You can’t perform that action at this time.
0 commit comments