From fca45beec99d6ff3b932056d002a3358ce175132 Mon Sep 17 00:00:00 2001 From: Brett Logan Date: Mon, 8 Feb 2021 00:27:11 -0500 Subject: [PATCH] Update to latest Ubuntu Version in CI Signed-off-by: Brett Logan --- ci/azure-pipelines.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/ci/azure-pipelines.yml b/ci/azure-pipelines.yml index 27f8d376..11f521ae 100644 --- a/ci/azure-pipelines.yml +++ b/ci/azure-pipelines.yml @@ -17,7 +17,7 @@ jobs: - job: CommercialPaper_Go displayName: Commercial Paper (Go) pool: - vmImage: ubuntu-18.04 + vmImage: ubuntu-20.04 steps: - template: templates/install-deps.yml - template: templates/commercial-paper/azure-pipelines-go.yml @@ -25,7 +25,7 @@ jobs: - job: CommercialPaper_Java displayName: Commercial Paper (Java) pool: - vmImage: ubuntu-18.04 + vmImage: ubuntu-20.04 steps: - template: templates/install-deps.yml - template: templates/commercial-paper/azure-pipelines-java.yml @@ -33,7 +33,7 @@ jobs: - job: CommercialPaper_JavaScript displayName: Commercial Paper (JavaScript) pool: - vmImage: ubuntu-18.04 + vmImage: ubuntu-20.04 steps: - template: templates/install-deps.yml - template: templates/commercial-paper/azure-pipelines-javascript.yml @@ -41,7 +41,7 @@ jobs: - job: FabCar_Go displayName: FabCar (Go) pool: - vmImage: ubuntu-18.04 + vmImage: ubuntu-20.04 steps: - template: templates/install-deps.yml - template: templates/fabcar/azure-pipelines-go.yml @@ -49,7 +49,7 @@ jobs: - job: FabCar_Java displayName: FabCar (Java) pool: - vmImage: ubuntu-18.04 + vmImage: ubuntu-20.04 steps: - template: templates/install-deps.yml - template: templates/fabcar/azure-pipelines-java.yml @@ -57,7 +57,7 @@ jobs: - job: FabCar_JavaScript displayName: FabCar (JavaScript) pool: - vmImage: ubuntu-18.04 + vmImage: ubuntu-20.04 steps: - template: templates/install-deps.yml - template: templates/fabcar/azure-pipelines-javascript.yml @@ -65,7 +65,7 @@ jobs: - job: Fabcar_TypeScript displayName: FabCar (TypeScript) pool: - vmImage: ubuntu-18.04 + vmImage: ubuntu-20.04 steps: - template: templates/install-deps.yml - template: templates/fabcar/azure-pipelines-typescript.yml @@ -73,7 +73,7 @@ jobs: - job: Lint displayName: Lint pool: - vmImage: ubuntu-18.04 + vmImage: ubuntu-20.04 strategy: matrix: Basic-Application-Go: @@ -152,7 +152,7 @@ jobs: - job: TestNetworkBasic displayName: Test Network pool: - vmImage: ubuntu-18.04 + vmImage: ubuntu-20.04 strategy: matrix: Basic-Go: @@ -176,7 +176,7 @@ jobs: - job: TestNetworkLedger displayName: Test Network pool: - vmImage: ubuntu-18.04 + vmImage: ubuntu-20.04 strategy: matrix: Ledger-Go: @@ -194,7 +194,7 @@ jobs: - job: TestNetworkPrivate displayName: Test Network pool: - vmImage: ubuntu-18.04 + vmImage: ubuntu-20.04 strategy: matrix: Private-Go: @@ -209,7 +209,7 @@ jobs: - job: TestNetworkSBE displayName: Test Network pool: - vmImage: ubuntu-18.04 + vmImage: ubuntu-20.04 strategy: matrix: SBE-Typescript: @@ -227,7 +227,7 @@ jobs: - job: TestNetworkSecured displayName: Test Network pool: - vmImage: ubuntu-18.04 + vmImage: ubuntu-20.04 strategy: matrix: Secured-Go: @@ -242,7 +242,7 @@ jobs: - job: TestNetworkEvents displayName: Test Network pool: - vmImage: ubuntu-18.04 + vmImage: ubuntu-20.04 strategy: matrix: Events-Javascript: