From e8353dc9d58f0943abde88510680ceb1f6a9fba6 Mon Sep 17 00:00:00 2001 From: Manuel Bustillo Date: Sun, 10 Nov 2024 20:20:16 +0100 Subject: [PATCH] Run unit tests in Ubuntu 24 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9f2572f..0ac7ca9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ concurrency: cancel-in-progress: true jobs: unit_tests: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 services: postgres: image: postgres