From bc30f8ad0f23d636d78e2152e35f25f13c157a09 Mon Sep 17 00:00:00 2001 From: Hugo Herter Date: Fri, 6 Oct 2023 11:53:21 +0200 Subject: [PATCH] fixup: VPC UID and size --- .github/workflows/test-on-droplet-debian-11.yml | 2 +- .github/workflows/test-on-droplet-debian-12.yml | 2 +- .github/workflows/test-on-droplet-ubuntu-22.04.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 \