From aadfa01c67143fb5d9e8dab4e6b477f0305cf731 Mon Sep 17 00:00:00 2001 From: Pavel Karateev Date: Thu, 22 May 2025 17:56:06 +0200 Subject: [PATCH] bump Ubuntu version to 22.04 on CI 20.04 is no longer supported by GitHub actions see https://github.com/actions/runner-images/issues/11101 --- .github/workflows/pydevd-release-manylinux.yml | 2 +- .github/workflows/pydevd-tests-python.yml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pydevd-release-manylinux.yml b/.github/workflows/pydevd-release-manylinux.yml index e7899e26..85f1e9bd 100644 --- a/.github/workflows/pydevd-release-manylinux.yml +++ b/.github/workflows/pydevd-release-manylinux.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-20.04] + os: [ubuntu-22.04] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/pydevd-tests-python.yml b/.github/workflows/pydevd-tests-python.yml index 04ac3fd2..ed0996b2 100644 --- a/.github/workflows/pydevd-tests-python.yml +++ b/.github/workflows/pydevd-tests-python.yml @@ -31,7 +31,7 @@ jobs: include: - name: "ubuntu-pypy3" python: "pypy3.10" - os: ubuntu-20.04 + os: ubuntu-22.04 PYDEVD_USE_CYTHON: NO # - name: "macos-py37-cython" # python: "3.7" @@ -39,7 +39,7 @@ jobs: # PYDEVD_USE_CYTHON: YES - name: "ubuntu-py38-cython-checkbin" python: "3.8" - os: ubuntu-20.04 + os: ubuntu-22.04 PYDEVD_USE_CYTHON: YES - name: "windows-py39-cython" python: "3.9" @@ -56,11 +56,11 @@ jobs: PYDEVD_USE_CYTHON: YES - name: "ubuntu-py311-cython" python: "3.11.0" - os: ubuntu-20.04 + os: ubuntu-22.04 PYDEVD_USE_CYTHON: YES - name: "ubuntu-py312-cython-checkbin" python: "3.12.0" - os: ubuntu-20.04 + os: ubuntu-22.04 PYDEVD_USE_CYTHON: YES - name: "windows-py312-cython-checkbin" python: "3.12" @@ -68,7 +68,7 @@ jobs: PYDEVD_USE_CYTHON: YES - name: "ubuntu-py313-cython" python: "3.13" - os: ubuntu-20.04 + os: ubuntu-22.04 PYDEVD_USE_CYTHON: YES - name: "windows-py313-cython" python: "3.13"