We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b0e9ba commit 53fa480Copy full SHA for 53fa480
1 file changed
.github/workflows/vagrant-build.yml
@@ -155,7 +155,7 @@ jobs:
155
runs-on: >-
156
${{
157
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)
+ format('runs-on={0}/family=c8i.4xlarge/image=ubuntu24-full-x64/nested-virt', github.run_id)
159
||
160
'ubuntu-24.04'
161
}}
@@ -253,7 +253,7 @@ jobs:
253
254
255
256
- format('runs-on={0}/family=c5n.metal/ami={1}', github.run_id, vars.EC2_AMI_ID_AL9_X86_64)
+ format('runs-on={0}/family=c8i.4xlarge/ami={1}/nested-virt', github.run_id, vars.EC2_AMI_ID_AL9_X86_64)
257
258
inputs.self_hosted_runner == 'aws-ec2' && github.run_id
259
0 commit comments