Skip to content

Commit

Permalink
Using Ubuntu 20.04 instead of Ubuntu 18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
andreafrancia committed May 25, 2024
1 parent 98c38b0 commit bd78ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- { os: ubuntu-latest, python_version: '2.7' }
- { os: ubuntu-20.04, python_version: '3.5' }
- { os: ubuntu-20.04, python_version: '3.6' }
- { os: ubuntu-18.04, python_version: '3.7' }
- { os: ubuntu-20.04, python_version: '3.7' }
- { os: ubuntu-22.04, python_version: '3.8' }
- { os: ubuntu-24.04, python_version: '3.9' }
- { os: ubuntu-latest, python_version: '3.10' }
Expand Down

0 comments on commit bd78ea0

Please sign in to comment.