From 11c97614e77b5379c151ea52a9a1402a012d5d5f Mon Sep 17 00:00:00 2001 From: Diego Ferigo Date: Fri, 11 Oct 2024 09:09:54 +0200 Subject: [PATCH] Pin Ubuntu Jammy in CI/CD --- .github/workflows/ci_cd.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 8021d80..c640ce3 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -66,7 +66,9 @@ jobs: fail-fast: false matrix: os: - - ubuntu-latest + # This runner can be updated to ubuntu > jammy as soon as we bump + # the minimum libsdformat to v14. + - ubuntu-22.04 - macos-latest - windows-latest type: