Skip to content

Commit eda8ea0

Browse files
committed
Downgrade ubuntu version to support python 3.6
1 parent 5756a6f commit eda8ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on: [push, pull_request]
1010
jobs:
1111
run-tox:
1212
# The type of runner that the job will run on
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-20.04
1414

1515
# Steps represent a sequence of tasks that will be executed as part of the job
1616
steps:

0 commit comments

Comments
 (0)