From 8078935eafc006eecef16f148827b64e86e5c9f1 Mon Sep 17 00:00:00 2001 From: jmcarcell Date: Sun, 11 Aug 2024 11:00:02 +0200 Subject: [PATCH] Build Ubuntu 24.04 images in CI --- .github/workflows/image-creator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image-creator.yml b/.github/workflows/image-creator.yml index 4008dca..05e7d90 100644 --- a/.github/workflows/image-creator.yml +++ b/.github/workflows/image-creator.yml @@ -15,7 +15,7 @@ jobs: build: strategy: matrix: - image: ["alma9", "ubuntu22"] + image: ["alma9", "ubuntu22", "ubuntu24"] fail-fast: false runs-on: ubuntu-latest steps: