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