File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 88jobs :
99 artifacts :
1010 name : ${{ matrix.package }}
11- runs-on : windows-latest
11+ runs-on : windows-2025
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-latest , ubuntu-24.04, macos-15]
14+ os : [windows-2025 , ubuntu-24.04, macos-15]
1515
1616 runs-on : ${{ matrix.os }}
1717 steps :
@@ -30,21 +30,21 @@ jobs:
3030 -
3131 name : ' Upload nuget packages'
3232 uses : actions/upload-artifact@v4
33- if : matrix.os == 'windows-latest '
33+ if : matrix.os == 'windows-2025 '
3434 with :
3535 name : nuget
3636 path : ${{ github.workspace }}/artifacts/packages/nuget
3737 -
3838 name : ' Upload native packages'
3939 uses : actions/upload-artifact@v4
40- if : matrix.os == 'windows-latest '
40+ if : matrix.os == 'windows-2025 '
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@v4
47- if : matrix.os != 'windows-latest '
47+ if : matrix.os != 'windows-2025 '
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 1313 strategy :
1414 fail-fast : false
1515 matrix :
16- os : [windows-latest , ubuntu-24.04, macos-15]
16+ os : [windows-2025 , ubuntu-24.04, macos-15]
1717
1818 runs-on : ${{ matrix.os }}
1919 steps :
Original file line number Diff line number Diff line change 88jobs :
99 publish :
1010 name : ${{ matrix.taskName }}
11- runs-on : windows-latest
11+ runs-on : windows-2025
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-latest , ubuntu-24.04, macos-15]
19+ os : [windows-2025 , ubuntu-24.04, macos-15]
2020 dotnetVersion : ${{ fromJson(inputs.dotnetVersions) }}
2121
2222 runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118118 release :
119119 name : Release
120120 needs : [ publish, docker_linux_manifests ]
121- runs-on : windows-latest
121+ runs-on : windows-2025
122122 env :
123123 GITHUB_TOKEN : ${{ secrets.RELEASE_GITHUB_TOKEN }}
124124 steps :
You can’t perform that action at this time.
0 commit comments