Skip to content

Commit

Permalink
Use ubuntu 20.04 for Python 2.7 and 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cedk committed Jun 8, 2024
1 parent c70de54 commit 35542cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on: [push, pull_request]

jobs:
tests:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [2.7, 3.6, 3.7, 3.8, 3.9, "3.10", "3.11-dev", pypy2, pypy3]
python-version: [2.7, 3.6, 3.7, 3.8, 3.9, "3.10", "3.11", pypy2, pypy3]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 35542cf

Please sign in to comment.