From f5789358f2a90571fec0b98063cc0b2ac83330a6 Mon Sep 17 00:00:00 2001 From: Manas <3097018+ManasJayanth@users.noreply.github.com> Date: Fri, 25 Aug 2023 01:51:16 +0530 Subject: [PATCH] chore(CI): Use Ubuntu 18.04 (#88) * CI: Use Ubuntu 18.04 * CI: use ubuntu 20.04 --- .github/workflows/build.yml | 2 +- azure-pipelines.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dbd8f9c2..340435fb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-20.04, macos-latest, windows-latest] steps: - uses: actions/setup-node@v2 with: diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 482b9729..4b11a5e4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -14,7 +14,7 @@ jobs: - template: .ci/build-platform.yml parameters: platform: Linux - vmImage: ubuntu-latest + vmImage: ubuntu-20.04 - template: .ci/build-platform.yml parameters: