Skip to content

Commit 8e8d25e

Browse files
authored
Merge pull request #309 from pq-code-package/switch-cbmc-ci
CBMC: Switch from c7g.8xlarge to c7g.4xlarge.
2 parents bdb7ddd + d3d7dea commit 8e8d25e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cbmc.yml

Lines changed: 3 additions & 3 deletions
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 (ML-DSA-44)
20-
ec2_instance_type: c7g.8xlarge
20+
ec2_instance_type: c7g.4xlarge
2121
ec2_ami: ubuntu-latest (custom AMI)
2222
ec2_ami_id: ami-0d7f502261b31b27f # 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 (ML-DSA-65)
43-
ec2_instance_type: c7g.8xlarge
43+
ec2_instance_type: c7g.4xlarge
4444
ec2_ami: ubuntu-latest (custom AMI)
4545
ec2_ami_id: ami-0d7f502261b31b27f # 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 (ML-DSA-87)
66-
ec2_instance_type: c7g.8xlarge
66+
ec2_instance_type: c7g.4xlarge
6767
ec2_ami: ubuntu-latest (custom AMI)
6868
ec2_ami_id: ami-0d7f502261b31b27f # aarch64, ubuntu-latest, 64g
6969
compile_mode: native

0 commit comments

Comments
 (0)