Skip to content

Commit 53fa480

Browse files
committed
ci(vagrant-build): Use c8i.4xlarge instead of c5n.metal instance type if RunsOn runners.
1 parent 8b0e9ba commit 53fa480

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/vagrant-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
runs-on: >-
156156
${{
157157
github.repository_owner == 'AlmaLinux' &&
158-
format('runs-on={0}/family=c7i.metal-24xl+c7a.metal-48xl+*8gd.metal*/image=ubuntu24-full-x64', github.run_id)
158+
format('runs-on={0}/family=c8i.4xlarge/image=ubuntu24-full-x64/nested-virt', github.run_id)
159159
||
160160
'ubuntu-24.04'
161161
}}
@@ -253,7 +253,7 @@ jobs:
253253
runs-on: >-
254254
${{
255255
github.repository_owner == 'AlmaLinux' &&
256-
format('runs-on={0}/family=c5n.metal/ami={1}', github.run_id, vars.EC2_AMI_ID_AL9_X86_64)
256+
format('runs-on={0}/family=c8i.4xlarge/ami={1}/nested-virt', github.run_id, vars.EC2_AMI_ID_AL9_X86_64)
257257
||
258258
inputs.self_hosted_runner == 'aws-ec2' && github.run_id
259259
||

0 commit comments

Comments
 (0)