Skip to content

Commit

Permalink
Update tox.yml
Browse files Browse the repository at this point in the history
set ubuntu-20.04
  • Loading branch information
guzzijones authored Jul 8, 2023
1 parent 0f5d374 commit 73522e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ on:

jobs:
tests:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ["3.8"]
python-version: ["3.6", "3.8"]
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 73522e4

Please sign in to comment.