File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 29
29
echo "features=$(cat features.json)" >> "$GITHUB_OUTPUT"
30
30
build :
31
31
needs : features
32
- runs-on : [self-hosted-ghr, size-megachungus -x64]
33
- timeout-minutes : 720
32
+ runs-on : [self-hosted-ghr, size-gigachungus -x64]
33
+ timeout-minutes : 1440
34
34
strategy :
35
35
matrix :
36
36
name : ${{ fromJson(needs.features.outputs.features) }}
Original file line number Diff line number Diff line change 24
24
echo names=${names} >> "$GITHUB_OUTPUT"
25
25
build :
26
26
needs : feature-names
27
- runs-on : [self-hosted-ghr, size-megachungus -x64]
28
- timeout-minutes : 720
27
+ runs-on : [self-hosted-ghr, size-gigachungus -x64]
28
+ timeout-minutes : 1440
29
29
strategy :
30
30
matrix :
31
31
feature : ${{ fromJSON(needs.feature-names.outputs.names) }}
You can’t perform that action at this time.
0 commit comments