We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4512b2b commit 945edecCopy full SHA for 945edec
2 files changed
.github/workflows/ami-release-nix.yml
@@ -48,10 +48,10 @@ jobs:
48
target:
49
- arch: amd64
50
instance_type: c6i.4xlarge
51
- runner: ubuntu-24.04
+ runner: blacksmith-4vcpu-ubuntu-2404
52
- arch: arm64
53
instance_type: c6g.4xlarge
54
- runner: ubuntu-24.04-arm
+ runner: blacksmith-4vcpu-ubuntu-2404-arm
55
runs-on: ${{ matrix.target.runner }}
56
timeout-minutes: 150
57
.github/workflows/testinfra-ami-build.yml
@@ -49,10 +49,10 @@ jobs:
58
0 commit comments