From 4b3edc69894f92b0bd642e9ecfb91d2f4fbfc623 Mon Sep 17 00:00:00 2001 From: thomasyu888 Date: Fri, 16 Sep 2022 10:55:15 -0700 Subject: [PATCH 1/2] Update cicd os --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 44cd45298..be674ee78 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -145,7 +145,7 @@ jobs: package: needs: [test,lint] - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 if: github.event_name == 'release' @@ -321,7 +321,7 @@ jobs: strategy: matrix: - os: [ubuntu-18.04, macos-10.15, windows-2019] + os: [ubuntu-20.04, macos-11, windows-2019] # python versions should be consistent with the strategy matrix and the runs-integration-tests versions python: [3.7, 3.8, '3.9.9', '3.10'] From 936db718cf28ad604fe93444f931ff73ab382e8f Mon Sep 17 00:00:00 2001 From: thomasyu888 Date: Fri, 16 Sep 2022 17:18:37 -0700 Subject: [PATCH 2/2] Bump ubuntu version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c274a6011..578d0c524 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:18.04 +FROM ubuntu:20.04 RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections RUN apt-get update \