Skip to content

Commit c11576e

Browse files
authored
chore(ci): bump to gigachungus (#2028)
1 parent 8383eff commit c11576e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/fixtures.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
echo "features=$(cat features.json)" >> "$GITHUB_OUTPUT"
3030
build:
3131
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
3434
strategy:
3535
matrix:
3636
name: ${{ fromJson(needs.features.outputs.features) }}

.github/workflows/fixtures_feature.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
echo names=${names} >> "$GITHUB_OUTPUT"
2525
build:
2626
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
2929
strategy:
3030
matrix:
3131
feature: ${{ fromJSON(needs.feature-names.outputs.names) }}

0 commit comments

Comments
 (0)