Skip to content

Commit 7875c83

Browse files
committed
test: use larger cbmc runners
Signed-off-by: Matthias J. Kannwischer <[email protected]>
1 parent f4f1b98 commit 7875c83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cbmc.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: ./.github/workflows/ci_ec2_reusable.yml
1818
with:
1919
name: CBMC (MLKEM-512)
20-
ec2_instance_type: c7g.4xlarge
20+
ec2_instance_type: c7g.8xlarge
2121
ec2_ami: ubuntu-latest (custom AMI)
2222
ec2_ami_id: ami-08ddb0acd99dc3d33 # aarch64, ubuntu-latest, 64g
2323
compile_mode: native
@@ -40,7 +40,7 @@ jobs:
4040
uses: ./.github/workflows/ci_ec2_reusable.yml
4141
with:
4242
name: CBMC (MLKEM-768)
43-
ec2_instance_type: c7g.4xlarge
43+
ec2_instance_type: c7g.8xlarge
4444
ec2_ami: ubuntu-latest (custom AMI)
4545
ec2_ami_id: ami-08ddb0acd99dc3d33 # aarch64, ubuntu-latest, 64g
4646
compile_mode: native
@@ -63,7 +63,7 @@ jobs:
6363
uses: ./.github/workflows/ci_ec2_reusable.yml
6464
with:
6565
name: CBMC (MLKEM-1024)
66-
ec2_instance_type: c7g.4xlarge
66+
ec2_instance_type: c7g.8xlarge
6767
ec2_ami: ubuntu-latest (custom AMI)
6868
ec2_ami_id: ami-08ddb0acd99dc3d33 # aarch64, ubuntu-latest, 64g
6969
compile_mode: native

0 commit comments

Comments
 (0)