From 8cf89e87fc400c277210d588a34601e9c975e9d0 Mon Sep 17 00:00:00 2001 From: Langleu Date: Fri, 10 Jan 2025 13:36:19 +0100 Subject: [PATCH] chore: bump postgres-integ runner to 24.04 to align with the other runners being on 24.04 and the cache will otherwise have problem if they differ --- .github/workflows/build-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-images.yml b/.github/workflows/build-images.yml index 23509f1a..d6e05571 100644 --- a/.github/workflows/build-images.yml +++ b/.github/workflows/build-images.yml @@ -230,7 +230,7 @@ jobs: fail-fast: false # don't propagate failing jobs matrix: runner_desc: - - runner: ubuntu-22.04 + - runner: ubuntu-24.04 postgres_replicas: 1 keycloak_jdbc_driver: postgresql keycloak_db_driver: org.postgresql.Driver