Skip to content

Commit d4064f6

Browse files
committed
Test on Ubuntu 20.04 so as to still include Python 3.6.
1 parent 7e18f9a commit d4064f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
matrix:
3838
python: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11']
3939

40-
runs-on: ubuntu-latest
40+
runs-on: ubuntu-20.04
4141

4242
steps:
4343
- name: Check out code.

0 commit comments

Comments
 (0)