From b4a42d2803bb5ee882f6a55611d77b8dce965b5c Mon Sep 17 00:00:00 2001 From: Christian Rauch Date: Tue, 4 Jun 2024 22:28:49 +0200 Subject: [PATCH] [DBG] no need to try Ubuntu now --- .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 73ed4a2..71e09a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,8 +11,8 @@ jobs: fail-fast: false matrix: include: - - {image: "ubuntu:22.04", ros: humble} - - {image: "ubuntu:24.04", ros: jazzy} + # - {image: "ubuntu:22.04", ros: humble} + # - {image: "ubuntu:24.04", ros: jazzy} - {image: "almalinux:8", ros: humble} - {image: "almalinux:9", ros: jazzy}