File tree Expand file tree Collapse file tree 3 files changed +30
-3
lines changed Expand file tree Collapse file tree 3 files changed +30
-3
lines changed Original file line number Diff line number Diff line change 21
21
22
22
jobs :
23
23
create-nightly-artifacts :
24
- runs-on : ubuntu-latest
24
+ runs-on : ${{ matrix.os.runner }}
25
25
permissions :
26
26
contents : read
27
27
@@ -30,22 +30,31 @@ jobs:
30
30
os :
31
31
- task : Windows_32bit
32
32
artifact-suffix : Windows_32bit
33
+ runner : ubuntu-latest
33
34
- task : Windows_64bit
34
35
artifact-suffix : Windows_64bit
36
+ runner : ubuntu-latest
35
37
- task : Linux_32bit
36
38
artifact-suffix : Linux_32bit
39
+ runner : ubuntu-latest
37
40
- task : Linux_64bit
38
41
artifact-suffix : Linux_64bit
42
+ runner : ubuntu-latest
39
43
- task : Linux_ARMv6
40
44
artifact-suffix : Linux_ARMv6
45
+ runner : ubuntu-latest
41
46
- task : Linux_ARMv7
42
47
artifact-suffix : Linux_ARMv7
48
+ runner : ubuntu-latest
43
49
- task : Linux_ARM64
44
50
artifact-suffix : Linux_ARM64
51
+ runner : ubuntu-latest
45
52
- task : macOS_64bit
46
53
artifact-suffix : macOS_64bit
54
+ runner : ubuntu-latest
47
55
- task : macOS_ARM64
48
56
artifact-suffix : macOS_ARM64
57
+ runner : ubuntu-24.04-arm
49
58
50
59
steps :
51
60
- name : Checkout repository
Original file line number Diff line number Diff line change 78
78
build :
79
79
needs : package-name-prefix
80
80
name : Build ${{ matrix.os.artifact-name }}
81
- runs-on : ubuntu-latest
81
+ runs-on : ${{ matrix.os.runner }}
82
82
permissions :
83
83
contents : read
84
84
@@ -87,30 +87,39 @@ jobs:
87
87
os :
88
88
- task : Windows_32bit
89
89
path : " *Windows_32bit.zip"
90
+ runner : ubuntu-latest
90
91
artifact-name : Windows_X86-32
91
92
- task : Windows_64bit
92
93
path : " *Windows_64bit.zip"
94
+ runner : ubuntu-latest
93
95
artifact-name : Windows_X86-64
94
96
- task : Linux_32bit
95
97
path : " *Linux_32bit.tar.gz"
98
+ runner : ubuntu-latest
96
99
artifact-name : Linux_X86-32
97
100
- task : Linux_64bit
98
101
path : " *Linux_64bit.tar.gz"
102
+ runner : ubuntu-latest
99
103
artifact-name : Linux_X86-64
100
104
- task : Linux_ARMv6
101
105
path : " *Linux_ARMv6.tar.gz"
106
+ runner : ubuntu-latest
102
107
artifact-name : Linux_ARMv6
103
108
- task : Linux_ARMv7
104
109
path : " *Linux_ARMv7.tar.gz"
110
+ runner : ubuntu-latest
105
111
artifact-name : Linux_ARMv7
106
112
- task : Linux_ARM64
107
113
path : " *Linux_ARM64.tar.gz"
114
+ runner : ubuntu-latest
108
115
artifact-name : Linux_ARM64
109
116
- task : macOS_64bit
110
117
path : " *macOS_64bit.tar.gz"
118
+ runner : ubuntu-latest
111
119
artifact-name : macOS_64
112
120
- task : macOS_ARM64
113
121
path : " *macOS_ARM64.tar.gz"
122
+ runner : ubuntu-24.04-arm
114
123
artifact-name : macOS_ARM64
115
124
116
125
steps :
Original file line number Diff line number Diff line change 18
18
19
19
jobs :
20
20
create-release-artifacts :
21
- runs-on : ubuntu-latest
21
+ runs-on : ${{ matrix.os.runner }}
22
22
permissions :
23
23
contents : read
24
24
@@ -27,22 +27,31 @@ jobs:
27
27
os :
28
28
- task : Windows_32bit
29
29
artifact-suffix : Windows_32bit
30
+ runner : ubuntu-latest
30
31
- task : Windows_64bit
31
32
artifact-suffix : Windows_64bit
33
+ runner : ubuntu-latest
32
34
- task : Linux_32bit
33
35
artifact-suffix : Linux_32bit
36
+ runner : ubuntu-latest
34
37
- task : Linux_64bit
35
38
artifact-suffix : Linux_64bit
39
+ runner : ubuntu-latest
36
40
- task : Linux_ARMv6
37
41
artifact-suffix : Linux_ARMv6
42
+ runner : ubuntu-latest
38
43
- task : Linux_ARMv7
39
44
artifact-suffix : Linux_ARMv7
45
+ runner : ubuntu-latest
40
46
- task : Linux_ARM64
41
47
artifact-suffix : Linux_ARM64
48
+ runner : ubuntu-latest
42
49
- task : macOS_64bit
43
50
artifact-suffix : macOS_64bit
51
+ runner : ubuntu-latest
44
52
- task : macOS_ARM64
45
53
artifact-suffix : macOS_ARM64
54
+ runner : ubuntu-24.04-arm
46
55
47
56
steps :
48
57
- name : Checkout repository
You can’t perform that action at this time.
0 commit comments