Switch AppVeyor Linux builds to Ubuntu2004

This commit is contained in:
Gent 2021-03-01 11:35:08 -05:00 committed by Gent Semaj
parent f0f3eaf749
commit b04c66dea7

View File

@ -4,7 +4,7 @@ build_cloud: GCE us-east1-b n2-standard-8
image: image:
- GCP-Windows-VS2019 - GCP-Windows-VS2019
- GCP-Linux-Ubuntu1804 - GCP-Linux-Ubuntu2004
platform: platform:
- x64 - x64
@ -16,7 +16,7 @@ for:
- -
matrix: matrix:
only: only:
- image: GCP-Linux-Ubuntu1804 - image: GCP-Linux-Ubuntu2004
build_script: build_script:
- ps: | - ps: |
$versions = "104", "728", "1013" $versions = "104", "728", "1013"
@ -39,7 +39,7 @@ for:
Copy-Item -Path "config.ini" -Destination "bin" Copy-Item -Path "config.ini" -Destination "bin"
artifacts: artifacts:
- path: bin - path: bin
name: ubuntu18_04-bin-x64 name: ubuntu20_04-bin-x64
type: zip type: zip
- -
matrix: matrix: