diff --git a/.github/workflows/python-test.yaml b/.github/workflows/python-test.yaml index 3b056264..b276dd57 100644 --- a/.github/workflows/python-test.yaml +++ b/.github/workflows/python-test.yaml @@ -13,11 +13,11 @@ jobs: strategy: fail-fast: false matrix: - os: ["ubuntu-20.04"] + os: ["ubuntu-24.04"] python_version: ["3.10", "3.11"] services: postgres: - image: postgres:12 + image: postgres:17 env: POSTGRES_PASSWORD: postgres ports: