diff --git a/.github/workflows/test-on-droplet-debian-11.yml b/.github/workflows/test-on-droplet-debian-11.yml index feb16bf90..56b321ced 100644 --- a/.github/workflows/test-on-droplet-debian-11.yml +++ b/.github/workflows/test-on-droplet-debian-11.yml @@ -33,9 +33,9 @@ jobs: run: | doctl compute droplet create \ --image debian-11-x64 \ - --size c-2 \ + --size c-4 \ --region fra1 \ - --vpc-uuid 8c422d04-5dfa-4eca-add7-1e41b5f60d39 \ + --vpc-uuid 5976b7bd-4417-49e8-8522-672aaa920c30 \ --enable-ipv6 \ --ssh-keys ab:2b:25:16:46:6f:25:d0:80:63:e5:be:67:04:cb:64 \ aleph-vm-ci-debian-11 diff --git a/.github/workflows/test-on-droplet-debian-12.yml b/.github/workflows/test-on-droplet-debian-12.yml index 49c80c9ae..d2c08cff3 100644 --- a/.github/workflows/test-on-droplet-debian-12.yml +++ b/.github/workflows/test-on-droplet-debian-12.yml @@ -33,9 +33,9 @@ jobs: run: | doctl compute droplet create \ --image debian-12-x64 \ - --size c-2 \ + --size c-4 \ --region fra1 \ - --vpc-uuid 8c422d04-5dfa-4eca-add7-1e41b5f60d39 \ + --vpc-uuid 5976b7bd-4417-49e8-8522-672aaa920c30 \ --enable-ipv6 \ --ssh-keys ab:2b:25:16:46:6f:25:d0:80:63:e5:be:67:04:cb:64 \ aleph-vm-ci-debian-12 diff --git a/.github/workflows/test-on-droplet-ubuntu-22.04.yml b/.github/workflows/test-on-droplet-ubuntu-22.04.yml index 273beab7d..463c00793 100644 --- a/.github/workflows/test-on-droplet-ubuntu-22.04.yml +++ b/.github/workflows/test-on-droplet-ubuntu-22.04.yml @@ -35,7 +35,7 @@ jobs: --image ubuntu-22-04-x64 \ --size c-4 \ --region fra1 \ - --vpc-uuid 8c422d04-5dfa-4eca-add7-1e41b5f60d39 \ + --vpc-uuid 5976b7bd-4417-49e8-8522-672aaa920c30 \ --enable-ipv6 \ --ssh-keys ab:2b:25:16:46:6f:25:d0:80:63:e5:be:67:04:cb:64 \ aleph-vm-ci-ubuntu-22-04