File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44env :
55 DOTNET_INSTALL_DIR : " ./.dotnet"
66 DOTNET_ROLL_FORWARD : " Major"
7-
7+
88jobs :
99 build :
1010 name : ${{ matrix.os }}
1111 strategy :
1212 fail-fast : false
1313 matrix :
14- os : [windows-2025, ubuntu-24.04, macos-15 ]
14+ os : [windows-2025, ubuntu-24.04, macos-26 ]
1515
1616 runs-on : ${{ matrix.os }}
1717 steps :
Original file line number Diff line number Diff line change 1818 strategy :
1919 fail-fast : false
2020 matrix :
21- os : [windows-2025, ubuntu-24.04, macos-15 ]
21+ os : [windows-2025, ubuntu-24.04, macos-26 ]
2222
2323 runs-on : ${{ matrix.os }}
2424 steps :
6969 name : ' [Matrix]'
7070 id : set_matrix
7171 shell : pwsh
72- run : dotnet run/config.dll --target=SetMatrix
72+ run : dotnet run/config.dll --target=SetMatrix
Original file line number Diff line number Diff line change 1616 strategy :
1717 fail-fast : false
1818 matrix :
19- os : [ windows-2025, ubuntu-24.04, macos-15 ]
19+ os : [ windows-2025, ubuntu-24.04, macos-26 ]
2020 dotnet_version : ${{ fromJson(inputs.dotnet_versions) }}
2121
2222 runs-on : ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments