From f94765affb08c5f2cdfcfddd98940a4bb418b779 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Fri, 26 Apr 2024 14:16:47 +0200 Subject: [PATCH] Ubuntu Noble. --- .github/workflows/molecule.yml | 4 ++-- .gitlab-ci.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index afe9a99..a44560e 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -38,7 +38,7 @@ jobs: - image: "debian" tag: "bullseye" - image: "fedora" - tag: "38" + tag: "39" - image: "fedora" tag: "latest" - image: "fedora" @@ -46,7 +46,7 @@ jobs: - image: "opensuse" tag: "latest" - image: "ubuntu" - tag: "latest" + tag: "jammy" - image: "ubuntu" tag: "focal" steps: diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4dd1250..3d3535b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,7 @@ molecule: - image: "debian" tag: "bullseye" - image: "fedora" - tag: "38" + tag: "39" - image: "fedora" tag: "latest" - image: "fedora" @@ -29,7 +29,7 @@ molecule: - image: "opensuse" tag: "latest" - image: "ubuntu" - tag: "latest" + tag: "jammy" - image: "ubuntu" tag: "focal"