File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
uses : ./.github/workflows/ci_ec2_reusable.yml
18
18
with :
19
19
name : CBMC (MLKEM-512)
20
- ec2_instance_type : c7g.4xlarge
20
+ ec2_instance_type : c7g.8xlarge
21
21
ec2_ami : ubuntu-latest (custom AMI)
22
22
ec2_ami_id : ami-08ddb0acd99dc3d33 # aarch64, ubuntu-latest, 64g
23
23
compile_mode : native
40
40
uses : ./.github/workflows/ci_ec2_reusable.yml
41
41
with :
42
42
name : CBMC (MLKEM-768)
43
- ec2_instance_type : c7g.4xlarge
43
+ ec2_instance_type : c7g.8xlarge
44
44
ec2_ami : ubuntu-latest (custom AMI)
45
45
ec2_ami_id : ami-08ddb0acd99dc3d33 # aarch64, ubuntu-latest, 64g
46
46
compile_mode : native
63
63
uses : ./.github/workflows/ci_ec2_reusable.yml
64
64
with :
65
65
name : CBMC (MLKEM-1024)
66
- ec2_instance_type : c7g.4xlarge
66
+ ec2_instance_type : c7g.8xlarge
67
67
ec2_ami : ubuntu-latest (custom AMI)
68
68
ec2_ami_id : ami-08ddb0acd99dc3d33 # aarch64, ubuntu-latest, 64g
69
69
compile_mode : native
You can’t perform that action at this time.
0 commit comments