mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 17:36:29 +03:00
ci: use Ubuntu 22.04 runner to test Python 3.7
This commit is contained in:
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
@@ -226,7 +226,11 @@ jobs:
|
|||||||
# Minimum Supported Python Version = 3.7
|
# Minimum Supported Python Version = 3.7
|
||||||
# This is the minimum version for which manylinux Python wheels are
|
# This is the minimum version for which manylinux Python wheels are
|
||||||
# built. Test it with minimum supported Rust version.
|
# built. Test it with minimum supported Rust version.
|
||||||
- os: ubuntu-latest
|
#
|
||||||
|
# Running on Ubuntu 22.04
|
||||||
|
# because Ubuntu 24.04 runner does not support Python 3.7:
|
||||||
|
# https://github.com/actions/setup-python/issues/962
|
||||||
|
- os: ubuntu-22.04
|
||||||
python: 3.7
|
python: 3.7
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
@@ -238,7 +242,7 @@ jobs:
|
|||||||
- name: Download libdeltachat.a
|
- name: Download libdeltachat.a
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.os }}-libdeltachat.a
|
name: ${{ matrix.os == 'ubuntu-22.04' && 'ubuntu-latest' || matrix.os }}-libdeltachat.a
|
||||||
path: target/debug
|
path: target/debug
|
||||||
|
|
||||||
- name: Install python
|
- name: Install python
|
||||||
@@ -278,7 +282,11 @@ jobs:
|
|||||||
python: pypy3.10
|
python: pypy3.10
|
||||||
|
|
||||||
# Minimum Supported Python Version = 3.7
|
# Minimum Supported Python Version = 3.7
|
||||||
- os: ubuntu-latest
|
#
|
||||||
|
# Running on Ubuntu 22.04
|
||||||
|
# because Ubuntu 24.04 runner does not support Python 3.7:
|
||||||
|
# https://github.com/actions/setup-python/issues/962
|
||||||
|
- os: ubuntu-22.04
|
||||||
python: 3.7
|
python: 3.7
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|||||||
Reference in New Issue
Block a user