From 677d6c2b2b74af16a0b6053732541e52c5f3f21f Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Fri, 13 Oct 2023 16:03:23 -0700 Subject: [PATCH] Disable focal CI Signed-off-by: Steve Peters Signed-off-by: Steve Peters --- .github/workflows/ci.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 329049cc..29307b2a 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: - codecov-enabled: true jammy-ci: runs-on: ubuntu-latest name: Ubuntu Jammy CI @@ -23,3 +12,5 @@ jobs: - name: Compile and test id: ci uses: gazebo-tooling/action-gz-ci@jammy + with: + codecov-enabled: true