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 8
8
jobs :
9
9
artifacts :
10
10
name : ${{ matrix.package }}
11
- runs-on : windows-latest
11
+ runs-on : windows-2025
12
12
strategy :
13
13
fail-fast : false
14
14
matrix :
Original file line number Diff line number Diff line change 11
11
strategy :
12
12
fail-fast : false
13
13
matrix :
14
- os : [windows-latest , ubuntu-24.04, macos-15]
14
+ os : [windows-2025 , ubuntu-24.04, macos-15]
15
15
16
16
runs-on : ${{ matrix.os }}
17
17
steps :
@@ -30,21 +30,21 @@ jobs:
30
30
-
31
31
name : ' Upload nuget packages'
32
32
uses : actions/upload-artifact@v4
33
- if : matrix.os == 'windows-latest '
33
+ if : matrix.os == 'windows-2025 '
34
34
with :
35
35
name : nuget
36
36
path : ${{ github.workspace }}/artifacts/packages/nuget
37
37
-
38
38
name : ' Upload native packages'
39
39
uses : actions/upload-artifact@v4
40
- if : matrix.os == 'windows-latest '
40
+ if : matrix.os == 'windows-2025 '
41
41
with :
42
42
name : native-${{ runner.os }}
43
43
path : ${{ github.workspace }}/artifacts/packages/native/*.zip
44
44
-
45
45
name : ' Upload native packages'
46
46
uses : actions/upload-artifact@v4
47
- if : matrix.os != 'windows-latest '
47
+ if : matrix.os != 'windows-2025 '
48
48
with :
49
49
name : native-${{ runner.os }}
50
50
path : ${{ github.workspace }}/artifacts/packages/native/*.tar.gz
Original file line number Diff line number Diff line change 13
13
strategy :
14
14
fail-fast : false
15
15
matrix :
16
- os : [windows-latest , ubuntu-24.04, macos-15]
16
+ os : [windows-2025 , ubuntu-24.04, macos-15]
17
17
18
18
runs-on : ${{ matrix.os }}
19
19
steps :
Original file line number Diff line number Diff line change 8
8
jobs :
9
9
publish :
10
10
name : ${{ matrix.taskName }}
11
- runs-on : windows-latest
11
+ runs-on : windows-2025
12
12
strategy :
13
13
fail-fast : false
14
14
matrix :
Original file line number Diff line number Diff line change 16
16
strategy :
17
17
fail-fast : false
18
18
matrix :
19
- os : [windows-latest , ubuntu-24.04, macos-15]
19
+ os : [windows-2025 , ubuntu-24.04, macos-15]
20
20
dotnetVersion : ${{ fromJson(inputs.dotnetVersions) }}
21
21
22
22
runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118
118
release :
119
119
name : Release
120
120
needs : [ publish, docker_linux_manifests ]
121
- runs-on : windows-latest
121
+ runs-on : windows-2025
122
122
env :
123
123
GITHUB_TOKEN : ${{ secrets.RELEASE_GITHUB_TOKEN }}
124
124
steps :
You can’t perform that action at this time.
0 commit comments