From f04723c1c4753f3d1451e0a8da18953b16d0a947 Mon Sep 17 00:00:00 2001 From: Gabriele Musco Date: Thu, 5 Sep 2024 22:45:01 +0200 Subject: [PATCH] feat: use ubuntu for the ci --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 41aebbe..6eb8f0f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: "debian:unstable" +image: "ubuntu:24.04" stages: - check