Skip to content

Commit

Permalink
Fix GitHub Actions for latest Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Oct 14, 2024
1 parent 669c882 commit d25c5e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
python:
# Python versions (CPython):
# https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
- "3.7"
- "3.8"
- "3.9"
- "3.10"
Expand Down Expand Up @@ -64,6 +63,8 @@ jobs:
# GHA python-versions.
- os: ubuntu-20.04
python: 3.6
- os: ubuntu-22.04
python: 3.7

steps:
# https://github.com/actions/checkout
Expand Down

0 comments on commit d25c5e2

Please sign in to comment.