Skip to content

Commit

Permalink
ci: pin ubuntu versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Dec 30, 2024
1 parent 6fa5ffc commit fcb943f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,22 +46,22 @@ jobs:
- os: ubuntu-20.04
python-version: "3.6"
python: python
- os: ubuntu-latest
- os: ubuntu-22.04
python-version: "3.7"
python: python
- os: ubuntu-latest
- os: ubuntu-24.04
python-version: "3.8"
python: python
- os: ubuntu-latest
- os: ubuntu-24.04
python-version: "3.9"
python: python
- os: ubuntu-latest
- os: ubuntu-24.04
python-version: "3.10"
python: python
- os: ubuntu-latest
- os: ubuntu-24.04
python-version: "3.11"
python: python
- os: ubuntu-latest
- os: ubuntu-24.04
python-version: "3.12"
python: python
steps:
Expand Down

0 comments on commit fcb943f

Please sign in to comment.