From 08fc098bb3bb0261d1ce98866b5e552cf54c84ec Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Fri, 6 Oct 2023 13:49:32 -0700 Subject: [PATCH] ci.yml: disable 20.04 workflow (#389) Signed-off-by: Steve Peters --- .github/workflows/ci.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1c73026..88a3b573 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,17 +3,6 @@ name: Ubuntu CI on: [push, pull_request] jobs: - focal-ci: - runs-on: ubuntu-latest - name: Ubuntu Focal CI - steps: - - name: Checkout - uses: actions/checkout@v3 - - name: Compile and test - id: ci - uses: gazebo-tooling/action-gz-ci@focal - with: - cmake-args: '-DBUILDSYSTEM_TESTING=True' jammy-ci: runs-on: ubuntu-latest name: Ubuntu Jammy CI