From f03cd14dc566b914518d3a9cb9421bafafc74b5d Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Fri, 19 Nov 2021 12:43:57 -0800 Subject: [PATCH 1/2] Garden: Drop Bionic, support Jammy Signed-off-by: Louise Poubel --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e36175c3a..d91ca9986 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,13 +5,13 @@ on: [push, pull_request] jobs: bionic-ci: runs-on: ubuntu-latest - name: Ubuntu Bionic CI + name: Ubuntu Jammy CI steps: - name: Checkout uses: actions/checkout@v2 - name: Compile and test id: ci - uses: ignition-tooling/action-ignition-ci@bionic + uses: ignition-tooling/action-ignition-ci@jammy with: codecov-enabled: true focal-ci: From 3e1476f5cf0dea0e1dc1041513ed1e9af99bc6a2 Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Fri, 19 Nov 2021 13:01:10 -0800 Subject: [PATCH 2/2] Just drop Bionic, no Jammy for now Signed-off-by: Louise Poubel --- .github/workflows/ci.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d91ca9986..53663ff6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,17 +3,6 @@ name: Ubuntu CI on: [push, pull_request] jobs: - bionic-ci: - runs-on: ubuntu-latest - name: Ubuntu Jammy CI - steps: - - name: Checkout - uses: actions/checkout@v2 - - name: Compile and test - id: ci - uses: ignition-tooling/action-ignition-ci@jammy - with: - codecov-enabled: true focal-ci: runs-on: ubuntu-latest name: Ubuntu Focal CI