From a2518e0172b87bbd89caa744a94624b14556c46f Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Fri, 13 Dec 2024 18:48:33 +0100 Subject: [PATCH] CI: Provide Python 3.7. EOL, it was removed from recent GHA runners --- .github/workflows/nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index d852e321..7f9e05b6 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -14,7 +14,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: ['ubuntu-latest'] + os: ['ubuntu-22.04'] python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] cratedb-version: ['nightly']