From b04c66dea7cb0a96498dfd0a79eed470862d7e1d Mon Sep 17 00:00:00 2001 From: Gent Date: Mon, 1 Mar 2021 11:35:08 -0500 Subject: [PATCH] Switch AppVeyor Linux builds to Ubuntu2004 --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 2a00ba1..052946c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,7 +4,7 @@ build_cloud: GCE us-east1-b n2-standard-8 image: - GCP-Windows-VS2019 - - GCP-Linux-Ubuntu1804 + - GCP-Linux-Ubuntu2004 platform: - x64 @@ -16,7 +16,7 @@ for: - matrix: only: - - image: GCP-Linux-Ubuntu1804 + - image: GCP-Linux-Ubuntu2004 build_script: - ps: | $versions = "104", "728", "1013" @@ -39,7 +39,7 @@ for: Copy-Item -Path "config.ini" -Destination "bin" artifacts: - path: bin - name: ubuntu18_04-bin-x64 + name: ubuntu20_04-bin-x64 type: zip - matrix: