From 5939b591d4920ad134e88f16122bb0bd28d21907 Mon Sep 17 00:00:00 2001 From: Filippo Luca Ferretti <102977828+flferretti@users.noreply.github.com> Date: Thu, 30 Jan 2025 17:03:31 +0100 Subject: [PATCH] Run CI workflows on `ubuntu-latest` --- .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: