CI: use Ubuntu 22.04 / macOS 15

This commit is contained in:
Thomas Waldmann 2026-03-19 11:10:50 +01:00
parent e676c5ff63
commit eb09c5a359
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

View file

@ -51,27 +51,27 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-20.04
- os: ubuntu-22.04
python-version: '3.5'
toxenv: py35
- os: ubuntu-20.04
- os: ubuntu-22.04
python-version: '3.6'
toxenv: py36
- os: ubuntu-20.04
- os: ubuntu-22.04
python-version: '3.7'
toxenv: py37
- os: ubuntu-20.04
- os: ubuntu-22.04
python-version: '3.8'
toxenv: py38
- os: ubuntu-20.04
- os: ubuntu-22.04
python-version: '3.9'
toxenv: py39
- os: ubuntu-20.04
- os: ubuntu-22.04
python-version: '3.10'
toxenv: py310
- os: macos-15
python-version: '3.10'
toxenv: py310
- os: macos-11
python-version: '3.7'
toxenv: py37
env:
# Configure pkg-config to use OpenSSL from Homebrew