From fcb943f26c618a63b7b4ce77f0e565b2f618fb9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Mon, 30 Dec 2024 15:00:36 +0100 Subject: [PATCH] ci: pin ubuntu versions --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7465c4c..22f08eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,22 +46,22 @@ jobs: - os: ubuntu-20.04 python-version: "3.6" python: python - - os: ubuntu-latest + - os: ubuntu-22.04 python-version: "3.7" python: python - - os: ubuntu-latest + - os: ubuntu-24.04 python-version: "3.8" python: python - - os: ubuntu-latest + - os: ubuntu-24.04 python-version: "3.9" python: python - - os: ubuntu-latest + - os: ubuntu-24.04 python-version: "3.10" python: python - - os: ubuntu-latest + - os: ubuntu-24.04 python-version: "3.11" python: python - - os: ubuntu-latest + - os: ubuntu-24.04 python-version: "3.12" python: python steps: