From 3e899e8eab2ff606b423ed45e85f141c72d4a629 Mon Sep 17 00:00:00 2001 From: Filippo Luca Ferretti Date: Mon, 3 Feb 2025 17:19:55 +0100 Subject: [PATCH] update CI to latest ubuntu version --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index bd890b83f..5c5a0e67d 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -16,7 +16,7 @@ jobs: package: name: Package the project - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: