File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 23
23
jobs :
24
24
build-emscripten :
25
25
runs-on : ubuntu-24.04
26
- needs : build-linux-6
26
+ needs : build-linux
27
27
strategy :
28
28
matrix :
29
29
cfg :
@@ -118,7 +118,7 @@ jobs:
118
118
119
119
build-vs2022 :
120
120
runs-on : windows-2022
121
- needs : build-linux-64
121
+ needs : build-linux
122
122
strategy :
123
123
matrix :
124
124
platform : [x64, ARM64, ARM64EC]
@@ -167,7 +167,7 @@ jobs:
167
167
168
168
build-vs2019 :
169
169
runs-on : windows-2019
170
- needs : build-linux-6
170
+ needs : build-linux
171
171
strategy :
172
172
matrix :
173
173
platform : [x64]
@@ -226,7 +226,7 @@ jobs:
226
226
227
227
rpi-build :
228
228
runs-on : ubuntu-24.04
229
- needs : build-linux-6
229
+ needs : build-linux
230
230
strategy :
231
231
matrix :
232
232
cfg :
@@ -290,7 +290,7 @@ jobs:
290
290
291
291
build-ios-tvos :
292
292
runs-on : macos-15
293
- needs : build-linux-6
293
+ needs : build-linux
294
294
strategy :
295
295
matrix :
296
296
cfg :
@@ -458,7 +458,7 @@ jobs:
458
458
459
459
build-macos :
460
460
runs-on : macos-15
461
- needs : build-linux-6
461
+ needs : build-linux
462
462
strategy :
463
463
matrix :
464
464
cfg :
You can’t perform that action at this time.
0 commit comments