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 artifacts :
1010 name : ${{ matrix.package }}
11- runs-on : windows-2025
11+ runs-on : windows-2025-vs2026
1212 strategy :
1313 fail-fast : false
1414 matrix :
Original file line number Diff line number Diff line change 1111 strategy :
1212 fail-fast : false
1313 matrix :
14- os : [windows-2025, ubuntu-24.04, macos-26]
14+ os : [windows-2025-vs2026 , ubuntu-24.04, macos-26]
1515
1616 runs-on : ${{ matrix.os }}
1717 steps :
@@ -30,21 +30,21 @@ jobs:
3030 -
3131 name : ' Upload nuget packages'
3232 uses : actions/upload-artifact@v7
33- if : matrix.os == 'windows-2025'
33+ if : matrix.os == 'windows-2025-vs2026 '
3434 with :
3535 name : nuget
3636 path : ${{ github.workspace }}/artifacts/packages/nuget
3737 -
3838 name : ' Upload native packages'
3939 uses : actions/upload-artifact@v7
40- if : matrix.os == 'windows-2025'
40+ if : matrix.os == 'windows-2025-vs2026 '
4141 with :
4242 name : native-${{ runner.os }}
4343 path : ${{ github.workspace }}/artifacts/packages/native/*.zip
4444 -
4545 name : ' Upload native packages'
4646 uses : actions/upload-artifact@v7
47- if : matrix.os != 'windows-2025'
47+ if : matrix.os != 'windows-2025-vs2026 '
4848 with :
4949 name : native-${{ runner.os }}
5050 path : ${{ github.workspace }}/artifacts/packages/native/*.tar.gz
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-26]
21+ os : [windows-2025-vs2026 , ubuntu-24.04, macos-26]
2222
2323 runs-on : ${{ matrix.os }}
2424 steps :
Original file line number Diff line number Diff line change 88jobs :
99 publish :
1010 name : ${{ matrix.taskName }}
11- runs-on : windows-2025
11+ runs-on : windows-2025-vs2026
1212 strategy :
1313 fail-fast : false
1414 matrix :
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-26 ]
19+ os : [ windows-2025-vs2026 , ubuntu-24.04, macos-26 ]
2020 dotnet_version : ${{ fromJson(inputs.dotnet_versions) }}
2121
2222 runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121121 release :
122122 name : Release
123123 needs : [ publish, docker_linux_manifests ]
124- runs-on : windows-2025
124+ runs-on : windows-2025-vs2026
125125 permissions :
126126 contents : write
127127 packages : write
You can’t perform that action at this time.
0 commit comments