Skip to content

Commit

Permalink
Run CI on ubuntu-20.04
Browse files Browse the repository at this point in the history
The ubuntu-latest image doesn't support python 3.6
  • Loading branch information
freyes committed Dec 14, 2023
1 parent f2b67ea commit 007b9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
Expand Down

0 comments on commit 007b9db

Please sign in to comment.