Skip to content

Commit

Permalink
Back to ubuntu-latest and remove tests on py3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkubi committed Apr 5, 2023
1 parent e3a01bd commit 5d6af33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ on: [ push, pull_request ]
jobs:
build:

runs-on: "ubuntu-20.04"
runs-on: "ubuntu-latest"
strategy:
matrix:
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10" ]
python-version: [ "3.7", "3.8", "3.9", "3.10" ]

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

0 comments on commit 5d6af33

Please sign in to comment.