Skip to content

Commit 945edec

Browse files
committed
debug: try bigger blacksmith runners
1 parent 4512b2b commit 945edec

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ami-release-nix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ jobs:
4848
target:
4949
- arch: amd64
5050
instance_type: c6i.4xlarge
51-
runner: ubuntu-24.04
51+
runner: blacksmith-4vcpu-ubuntu-2404
5252
- arch: arm64
5353
instance_type: c6g.4xlarge
54-
runner: ubuntu-24.04-arm
54+
runner: blacksmith-4vcpu-ubuntu-2404-arm
5555
runs-on: ${{ matrix.target.runner }}
5656
timeout-minutes: 150
5757

.github/workflows/testinfra-ami-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ jobs:
4949
target:
5050
- arch: amd64
5151
instance_type: c6i.4xlarge
52-
runner: ubuntu-24.04
52+
runner: blacksmith-4vcpu-ubuntu-2404
5353
- arch: arm64
5454
instance_type: c6g.4xlarge
55-
runner: ubuntu-24.04-arm
55+
runner: blacksmith-4vcpu-ubuntu-2404-arm
5656
runs-on: ${{ matrix.target.runner }}
5757
timeout-minutes: 150
5858

0 commit comments

Comments
 (0)