From eaf9f1b314a78fbbf03f868a406e52ffa925675a Mon Sep 17 00:00:00 2001 From: Michal Muransky Date: Wed, 5 Jun 2024 21:04:04 +0200 Subject: [PATCH] ci: u24 test --- .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 be40b5b..a723175 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - image: "rockylinux9" cgroup_mode: "host" volumes: "rw" - - image: "ubuntu2204" + - image: "ubuntu2404" cgroup_mode: "host" volumes: "rw" steps: @@ -63,7 +63,7 @@ jobs: strategy: matrix: config: - - image: "ubuntu2204" + - image: "ubuntu2404" cgroup_mode: "host" volumes: "rw" steps: