From a61aa6b86a262c64a6c9af5ccb5f5d22c0414022 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 15:09:09 +0000 Subject: [PATCH] chore(deps): update dependency ubuntu to v24 --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d0d73d750..227dde1d8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ on: jobs: unit-tests: name: unit - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 strategy: matrix: @@ -52,7 +52,7 @@ jobs: e2e-tests: name: end-to-end - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 strategy: fail-fast: false @@ -182,7 +182,7 @@ jobs: # Start the app with a clean database and verify it doesn't crash fresh-start: name: fresh-start - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 strategy: matrix: @@ -238,7 +238,7 @@ jobs: build: name: build - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 strategy: matrix: