Skip to content

Commit

Permalink
🔧 downgrade ubuntu-latest to 22.04 (py 3.7 gone)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ousret committed Oct 13, 2024
1 parent 2aea926 commit a303d7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "pypy-3.9", "pypy-3.10"]
os: [ubuntu-latest, macOS-13, windows-latest]
os: [ubuntu-22.04, macOS-13, windows-latest]
include:
# pypy-3.7, pypy-3.8 may fail due to missing cryptography wheels. Adapting.
- python-version: pypy-3.7
os: ubuntu-latest
os: ubuntu-22.04
- python-version: pypy-3.8
os: ubuntu-latest
os: ubuntu-22.04
- python-version: pypy-3.8
os: macOS-13

Expand Down

0 comments on commit a303d7b

Please sign in to comment.