From bdda7ef14890b554303fe35e061460b25997f6e9 Mon Sep 17 00:00:00 2001 From: jakub-nt <175944085+jakub-nt@users.noreply.github.com> Date: Thu, 27 Feb 2025 18:58:23 +0100 Subject: [PATCH] Bump Ubuntu version in workflow Signed-off-by: jakub-nt <175944085+jakub-nt@users.noreply.github.com> --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 820a3ee..6bf8f7b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,13 +7,13 @@ on: jobs: unit_tests: name: Run Unit Tests - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: recursive - name: Install dependencies - run: sudo apt-get update -y && sudo apt-get install -y python + run: sudo apt-get update -y && sudo apt-get install -y python3 - name: Install cfbs run: pip install cfbs - name: Check the status with cfbs