diff --git a/.github/workflows/test-on-droplet-debian-11.yml b/.github/workflows/test-on-droplet-debian-11.yml index 56b321ced..21ed194ee 100644 --- a/.github/workflows/test-on-droplet-debian-11.yml +++ b/.github/workflows/test-on-droplet-debian-11.yml @@ -34,7 +34,7 @@ jobs: doctl compute droplet create \ --image debian-11-x64 \ --size c-4 \ - --region fra1 \ + --region ams3 \ --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 \ diff --git a/.github/workflows/test-on-droplet-debian-12.yml b/.github/workflows/test-on-droplet-debian-12.yml index d2c08cff3..ab5920f51 100644 --- a/.github/workflows/test-on-droplet-debian-12.yml +++ b/.github/workflows/test-on-droplet-debian-12.yml @@ -34,7 +34,7 @@ jobs: doctl compute droplet create \ --image debian-12-x64 \ --size c-4 \ - --region fra1 \ + --region ams3 \ --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 \ diff --git a/.github/workflows/test-on-droplet-ubuntu-22.04.yml b/.github/workflows/test-on-droplet-ubuntu-22.04.yml index 463c00793..fb1883947 100644 --- a/.github/workflows/test-on-droplet-ubuntu-22.04.yml +++ b/.github/workflows/test-on-droplet-ubuntu-22.04.yml @@ -34,7 +34,7 @@ jobs: doctl compute droplet create \ --image ubuntu-22-04-x64 \ --size c-4 \ - --region fra1 \ + --region ams3 \ --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 \