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 88 strategy :
99 fail-fast : false
1010 matrix :
11- os : [windows-latest, macos-15 ]
11+ os : [windows-latest, macos-26 ]
1212
1313 runs-on : ${{ matrix.os }}
1414
2929 run : dotnet workload install maui
3030
3131 - name : Select Xcode Version
32- run : sudo xcode-select -s /Applications/Xcode_26.1.1 .app
32+ run : sudo xcode-select -s /Applications/Xcode_26.2 .app
3333 if : runner.os == 'macOS'
3434
3535 - name : Find and build all C# projects
Original file line number Diff line number Diff line change 1010 strategy :
1111 fail-fast : false
1212 matrix :
13- os : [windows-latest, macos-15 ]
13+ os : [windows-latest, macos-26 ]
1414
1515 runs-on : ${{ matrix.os }}
1616
3333 run : dotnet workload install maui
3434
3535 - name : Select Xcode Version
36- run : sudo xcode-select -s /Applications/Xcode_26.1.1 .app
36+ run : sudo xcode-select -s /Applications/Xcode_26.2 .app
3737 if : runner.os == 'macOS'
3838
3939 - name : Find and build changed projects
You can’t perform that action at this time.
0 commit comments