From 81d9388c7a5648a9e4d6eb9ef8e130b2e72ffbe4 Mon Sep 17 00:00:00 2001 From: Sebastian Gumprich Date: Fri, 31 May 2024 10:26:19 +0200 Subject: [PATCH] add ubuntu 24.04 to all workflow --- .github/workflows/all.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index f664642..5b1eb8d 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -39,6 +39,7 @@ jobs: - ubuntu1804-ansible - ubuntu2004-ansible - ubuntu2204-ansible + - ubuntu2404-ansible platforms: - linux/amd64 # #- linux/arm64