From c44ea3eb0791eb0c18d48c270f9c307595a27a65 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Tue, 14 Sep 2021 14:50:09 -0400 Subject: [PATCH] Upgrade all testing linux CI machines to 20.04 Signed-off-by: Sebastian Malton --- .azure-pipelines-k8s-matrix.yml | 2 +- .azure-pipelines.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.azure-pipelines-k8s-matrix.yml b/.azure-pipelines-k8s-matrix.yml index 77129460a3..9fa38a41d1 100644 --- a/.azure-pipelines-k8s-matrix.yml +++ b/.azure-pipelines-k8s-matrix.yml @@ -15,7 +15,7 @@ trigger: none jobs: - job: Linux pool: - vmImage: ubuntu-16.04 + vmImage: ubuntu-20.04 strategy: matrix: kube_1.16: diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 3e1b43f875..e360a818e6 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -109,7 +109,7 @@ jobs: - job: Linux pool: - vmImage: ubuntu-16.04 + vmImage: ubuntu-20.04 strategy: matrix: node_14.x: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b319c97770..252f029929 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-16.04, macos-11, windows-2019] + os: [ubuntu-20.04, macos-11, windows-2019] node-version: [14.x] steps: - name: Checkout Release from lens