diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74256c93..fd45596b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -184,7 +184,7 @@ jobs: - run: npm run depcheck test: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 timeout-minutes: 30 @@ -195,7 +195,7 @@ jobs: - 6379:6379 options: --entrypoint redis-server postgres: - image: postgres:13.14 + image: postgres:16.6 env: POSTGRES_USER: postgres POSTGRES_DB: postgres